Advertisement
layr

AltDrag0.9 settings

Feb 28th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. ;Disable and enable AltDrag to refresh configuration.
  2. ;You can use -hide as a parameter to AltDrag.exe to hide the tray icon.
  3.  
  4. [AltDrag]
  5. AutoFocus=0
  6. ;Automatically raise and focus the windows you drag.
  7. ;You can also press Ctrl to focus the window you are dragging.
  8.  
  9. AutoSnap=2
  10. ;Makes the window automatically snap to other windows, without the need to press shift.
  11. ;List of settings:
  12. ; 0: Disabled.
  13. ; 1: Automatically snap to the screen borders and the taskbar.
  14. ; 2: Also automatically snap to the outside of windows.
  15. ; 3: Also automatically snap to the inside of windows.
  16. ;Try it with HookWindows to make windows snap on normal window drag.
  17.  
  18. AutoRemaximize=1
  19. ;Automatically re-maximize windows when you move them between monitors.
  20. ;List of settings:
  21. ; 0: Disabled.
  22. ; 1: Enabled.
  23. ; 2: Enabled, but restore window after one second.
  24. ;You can press the right mouse button (resize action) when moving a window to toggle maximized state.
  25.  
  26. Aero=2
  27. ;Mimic Windows 7 Aero Snap behavior.
  28. ;Drag windows to the left, right, top or bottom side of the monitor. Corners work too!
  29. ;List of settings:
  30. ; 0: Disabled.
  31. ; 1: Enabled.
  32. ; 2: Enabled, but if you run Windows 7, then only if Aero Snap is enabled.
  33.  
  34. InactiveScroll=1
  35. ;Add ability to scroll inactive windows.
  36. ;This option unfortunately does not work for applications which use old Windows API. I might fix this in an upcoming version.
  37.  
  38. HookWindows=0
  39. ;HookWindows takes the snap behavior one step further and allows you to snap windows when dragging normally (using the title bar).
  40. ;Please note that HookWindows is more invasive than normal alt-dragging, and will not work properly with some programs.
  41. ;Note that you may have trouble deleting hooks.dll after using HookWindows, but a logout/login should release the file in worst case.
  42.  
  43. Language=en-US
  44. ;Available languages: en-US (English), es-ES (Spanish), gl-ES (Galician).
  45.  
  46.  
  47. [Blacklist]
  48. Blacklist=*|TaskSwitcherWnd,*|TaskSwitcherOverlayWnd,|#32770
  49. Blacklist_Snap=
  50. Snaplist=*|BaseWindow_RootWnd,*|SkinWnd,*|ChatSkinWnd,*|SpotifyMainWindow,*|USurface_35953
  51.  
  52. ;Read how the blacklist works on the wiki: http://code.google.com/p/altdrag/wiki/Blacklist
  53. ;Common blacklist rules: *|Photoshop,*|illustrator,*|PuTTY
  54. ;I am planning to remove Blacklist_Snap in the future. If you have any use for it, get in touch with me and we'll talk about it.
  55.  
  56.  
  57. [Performance]
  58. Cursor=1
  59. ;Makes the cursor icon change when dragging and resizing.
  60.  
  61.  
  62. [Mouse]
  63. LMB=Move
  64. MMB=Close
  65. RMB=Resize
  66. MB4=Nothing
  67. MB5=Nothing
  68.  
  69. ;Mouse button actions.
  70. ;Available actions: Move, Resize, Minimize, AlwaysOnTop, Center, Close, Nothing.
  71. ;If you have a great idea for a new action, send me an email!
  72. ;LMB=Left Mouse Button, MMB=Middle Mouse Button, RMB=Right Mouse Button, MB4=Mouse Button 4, MB5=Mouse Button 5
  73.  
  74.  
  75. [Keyboard]
  76. Hotkeys=A4 A5
  77.  
  78. ;Configure what keys trigger dragging, resizing, and the other mouse actions.
  79. ;This option is advanced, so you should read about it on the wiki: http://code.google.com/p/altdrag/wiki/Hotkeys
  80. ;Find hex values at: http://msdn.microsoft.com/en-us/library/ms645540%28VS.85%29.aspx
  81. ;You can specify up to 10 keys.
  82.  
  83. ;Common keys:
  84. ;Left Alt Key: A4
  85. ;Right Alt Key: A5
  86. ;Left Windows Key: 5B
  87. ;Right Windows Key: 5C
  88. ;Left Ctrl Key: A2
  89. ;Right Ctrl Key: A3
  90. ;More keys at the wiki page!
  91.  
  92.  
  93. [Update]
  94. CheckOnStartup=1
  95. ;This setting controls if AltDrag should automatically check for update when it is started.
  96. ;AltDrag will only notify you if it finds a new version. It will not download anything for you!
  97. ;You can check for update manually in the tray menu, regardless of this setting.
  98.  
  99. Beta=0
  100. ;Want to be notified of beta releases?
  101. ;Don't expect beta releases to be posted very often (or at all).
  102. ;Get in touch with me if you want a bleeding edge build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement