Synergy Mouse Wheel Code
Scroll with mouse wheel for Synergy Classic interface.
Brought to you by:
personne146
File | Date | Author | Commit |
---|---|---|---|
COPYING | 2012-01-21 |
![]() |
[b59edd] v0.6 - beta version |
ChangeLog | 2012-04-01 |
![]() |
[a8c2b9] v2.0 fix bugs + reparse task description for th... |
README | 2012-04-01 |
![]() |
[76991f] v1.9 add fill task synopsis + fix bugs |
synergy_mouse_wheel.ahk | 2012-04-01 |
![]() |
[a8c2b9] v2.0 fix bugs + reparse task description for th... |
synergy_mouse_wheel.description | 2012-04-01 |
![]() |
[38f0c4] v1.8 add fucntionnality to fill task description |
synergy_mouse_wheel.help | 2012-04-01 |
![]() |
[38f0c4] v1.8 add fucntionnality to fill task description |
synergy_mouse_wheel.ico | 2012-01-21 |
![]() |
[d46166] wrong update |
Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. Synergy Mouse Wheel is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the GNU General Public License, in the file COPYING. Synergy Mouse Wheel is based on a the tool of AutoHotKey to permit the wheel mouse in the software IBM Rational Synergy (Telelogic Synergy Classic, Continuus/CM). The wheel mouse will only work in Project Viewer and History Viewer. The Project Viewer can be move and resize with a store value. In addition, it provide a shortcut to extend the history project list and to extend task/folder browse. UPDATE: http://sourceforge.net/projects/ccmmousewheel/ INSTALL: 1. Copy the file synergy_mouse_wheel.exe in the directory of your choice. 2. launch the copied file synergy_mouse_wheel.exe (it can be launch after or before synergy interface) USE: In Project Viewer: mouse wheel: Vertical scroll Ctrl + mouse wheel: Horizontal scroll Ctrl + F12: Extend the Project history List and Task List Ctrl + Shift + F11: store the position/size of the Project Viewer Ctrl + F11: Move and Resize the Project Viewer with the store value F5 Refresh display In History Viewer: mouse wheel: Horizontal scroll Ctrl + mouse wheel: Vertical scroll F5 Refresh display In Task Browsing/Create Task/Task Information: F12 Fill task description and display help about it OR show a window to fill interactively. In Create Task/Task Information: F11 Fill task synopsis. In Task/Folder Browsing, Use, Show Conflicts, Directory Compare, Check In: Ctrl + mouse wheel down: Resize of the list of tasks/objects SETTING: In synergy_mouse_scroll.ini, section "Scroll": NumberOfScrollVertical: number of click made on buttons of the vertical scrollbar each stroke of the mouse wheel NumberOfScrollHorizontal: number of click made on buttons of the horizontal scrollbar each stroke of the mouse wheel WindowPositionHorizontal: horizontal position of project viewer window WindowPositionVertical: vertical position of the project viewer window WindowWidth: horizontal size of the project viewer window WindowHeigh: vertical size of the project viewer window SizeOfProjectListMove: number of pixels to resize of the list of history of project and task list SizeOfFolderContentListMoveHorizontal: number of pixels to resize the list of task in "folder browse" ... (see .ini file) In synergy_mouse_scroll.description, the syntax is: [OPTION_NAME]: <option1, option2> In synergy_mouse_scroll.help, for the GUI the syntax is: [OPTION_NAME]: <comment in text area> ... without the GUI you can put anything it will be display as text in window. COMPILE: 1. Install AutoHotKey. 2. be sure the synergy_mouse_scroll.ini, synergy_mouse_scroll.description and synergy_mouse_scroll.help are present. 3. launch: "\PathOfAutoHotKey\Compiler\Ahk2exe.exe /in synergy_mouse_wheel.ahk /icon synergy_mouse_wheel.ico" KNOWN BUGS: Some vertical scroll bar doesn't work right anymore with the mouse wheel, you can use Alt + mouse wheel.