----------------------------------------------------------------- \\ bbEdgeHook 0.0.2 ----------------------------------------------------------------- [ Purpose ] Multi-functional: -- Right-click any screen-edge to show desktop menu. -- Right-click on titlebars to show bb-styled system-menus. -- Middle-click on titlebar to close window. -- Gesture on a window's titlebar to move window to next workspace. -- Scroll mousewheel on any screen-edge to switch workspace. (Win 98 or later) -- Scroll mousewheel on window's titlebar to move window to next workspace. (Win 98 or later) ----------------------------------------------------------------- [ Installation ] 1) Place bbEdgeHook.dll and xutil.dll in the same folder. 2) Add a path to bbEdgeHook.dll in plugins.rc. ----------------------------------------------------------------- [ Gestures ] In any window's titlebar: 1) right-click and hold the button down 2) move the cursor either left or right 3) let go ----------------------------------------------------------------- [ RC Settings ] --------------------------------------------------------- [Margin.Left]: [Margin.Right]: [Margin.Top]: [Margin.Bottom]: -- correspond to screen-edges -- values set thickness of clickable areas --------------------------------------------------------- [Titlebar.Menu.Enable]: -- true/false -- enable/disable styled menus in titlebars of windows --------------------------------------------------------- [Titlebar.Gestures.Enable]: -- true/false -- enable/disable gestures in titlebar --------------------------------------------------------- [MouseWheel.Margin.Enable]: -- true/false -- enable/disable workspace-switching by scrolling mousewheel in margin --------------------------------------------------------- [MouseWheel.Titlebar.Enable]: -- true/false -- enable/disable moving windows between workspaces by scrolling mousewheel in titlebar of window --------------------------------------------------------- [MouseWheel.ReverseDirection]: -- true/false -- reverses left-action and right-action when scrolling mousewheel in titlebar and margin ----------------------------------------------------------------- [ Limitations ] 1) To use the default system menus (right-click menus) in the titlebars of windows, use these values in bbEdgeHook.rc: Titlebar.Menu.Enable: false Titlebar.Gestures.Enable: false 2) Styled system-menus are disabled in Xoblite bb1. ----------------------------------------------------------------- [ Bro@ms ] @bbEdgeHook.Pause -- unset hook and disable operation @bbEdgeHook.Resume -- set hook and enable operation @bbEdgeHook.Toggle -- toggle "pause" and "resume" ----------------------------------------------------------------- [ License ] bbEdgeHook © 2004 Slade Taylor For details, see source files. ----------------------------------------------------------------- [ Contact ] bladestaylor@yahoo.com http://bb4win.sourceforge.net/bladestaylor ----------------------------------------------------------------- [ Changes ] (0.0.2 - May 24, 2004) -- added gestures and mousewheel for titlebar -- added bb system-menus for titlebars -- added middle-click on titlebar -- added broams for pause, resume, and toggle -- MWHook no longer needed for mousewheel -- Win98/ME/NT compatibility for mousewheel -- fixed bug on display-change (0.0.1 - May 15, 2004) -- initial release -----------------------------------------------------------------