Advertisement
layr

AltDrag1.0 config

Oct 28th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. ; Disable and enable AltDrag to refresh configuration.
  2. ; Please read the wiki for help: https://code.google.com/p/altdrag/w/list
  3.  
  4. ; Note: If you can't edit this file, reopen it with administrator privileges.
  5. ; One way of doing that is by first elevating AltDrag and then using
  6. ; the "Open ini file" button in the Advanced tab.
  7.  
  8.  
  9. [General]
  10. AutoFocus=0
  11. ; Automatically raise and focus the windows you drag.
  12. ; You can also press Ctrl to focus the window you are dragging.
  13.  
  14. Aero=1
  15. ; Mimic Windows 7 Aero Snap behavior.
  16. ; Drag windows to the left, right, top or bottom side of the monitor. Corners work too!
  17. ; Hold Ctrl to trap the mouse cursor within the current monitor for easier snapping when using multiple monitors.
  18. ; List of settings:
  19. ; 0: Disabled.
  20. ; 1: Enabled.
  21. ; 2: Enabled, but if you run Windows 7, then only if Aero Snap is enabled.
  22.  
  23. InactiveScroll=1
  24. ; Add ability to scroll inactive windows.
  25. ; Hold shift to scroll horizontally. Note that this will not work in all programs (the functionality was added in Vista, and not many programs have implemented it).
  26. ; This option unfortunately does not work for applications which use old Windows API.
  27.  
  28. AutoSnap=2
  29. ; Makes the window automatically snap to other windows, without the need to press shift.
  30. ; List of settings:
  31. ; 0: Disabled.
  32. ; 1: Automatically snap to the screen borders and the taskbar.
  33. ; 2: Also automatically snap to the outside of windows.
  34. ; 3: Also automatically snap to the inside of windows.
  35. ; Try it with HookWindows to make windows snap on normal window drag.
  36.  
  37. MDI=0
  38. ; Enable support for MDI windows (Multiple Document Interface), e.g. mIRC.
  39. ; This will enable support for AltTab scrolling of MDI windows as well.
  40. ; Support for MDI windows in HookWindows is always enabled.
  41.  
  42. Language=en-US
  43. ; Available languages: en-US (English), fr-FR (French), pl-PL (Polish), pt-BR (Portuguese), ru-RU (Russian), sk-SK (Slovakian), zh-CN (Chinese), it-IT (Italian), de-DE (German).
  44. ; You may find more languages on the website (ini files).
  45. ; Do you want to help translate? Read http://code.google.com/p/altdrag/wiki/Translate
  46.  
  47.  
  48. [Input]
  49. LMB=Move
  50. MMB=Close
  51. RMB=Resize
  52. MB4=Nothing
  53. MB5=Nothing
  54. Scroll=Nothing
  55. ; Mouse actions.
  56. ; Available actions: Move, Resize, Close, Minimize, Lower, AlwaysOnTop, Center, Nothing.
  57. ; Scroll actions: AltTab, Volume, Transparency, Nothing
  58. ; When moving and resizing windows, hold shift to snap to other windows.
  59. ; For Volume and Transparency, try holding shift to adjust the speed.
  60. ; If you have a great idea for a new action, submit it to the issue tracker!
  61.  
  62. LowerWithMMB=1
  63. ; Lower windows by middle clicking on the title bar, without pressing Alt.
  64. ; A twist is that you can also middle click the top border and corners and the title bar buttons as well, which is useful if the window has a small title bar (or none), e.g. web browsers with a lot of tabs open
  65.  
  66. Hotkeys=A4 A5
  67. ; Configure what keys trigger dragging, resizing, and the other mouse actions.
  68. ; This option is advanced, so you should read about it on the wiki: http://code.google.com/p/altdrag/wiki/Hotkeys
  69. ; Find hex values at: http://msdn.microsoft.com/en-us/library/dd375731(VS.85).aspx
  70. ; You can specify up to 10 keys.
  71.  
  72.  
  73. [Blacklist]
  74. ProcessBlacklist=
  75. Blacklist=*|TaskSwitcherWnd,*|TaskSwitcherOverlayWnd,|#32770
  76. Snaplist=*|BaseWindow_RootWnd,*|SkinWnd,*|ChatSkinWnd,*|SpotifyMainWindow,*|USurface_33202
  77. ; Read how the blacklist works on the wiki: http://code.google.com/p/altdrag/wiki/Blacklist
  78. ; Common blacklist rules: *|Photoshop,*|illustrator,*|PuTTY
  79.  
  80.  
  81. [Advanced]
  82. HookWindows=0
  83. ; HookWindows takes the snap behavior one step further and allows you to snap windows when dragging normally (using the title bar).
  84. ; Please note that HookWindows is more invasive than normal alt-dragging, and will not work properly with some programs.
  85. ; Note that you may have trouble deleting hooks.dll after using HookWindows, but a logout/login should release the file in worst case.
  86.  
  87. AutoRemaximize=1
  88. ; Automatically re-maximize windows when you move them between monitors.
  89. ; List of settings:
  90. ; 0: Disabled.
  91. ; 1: Enabled.
  92. ; 2: Enabled, but restore window after one second.
  93. ; You can press the right mouse button (resize action) when moving a window to toggle maximized state.
  94.  
  95. FocusOnTyping=0
  96. ; Move focus to window when typing. A different approach to the X-Mouse feature in Windows.
  97. ; List of settings:
  98. ; 1: Focus and raise window
  99. ; 2: Focus but do not raise window (beware: this is a BIG HACK and will probably not work satisfactory)
  100.  
  101. SnapThreshold=20
  102. ; The distance in number of pixels when snapping starts.
  103.  
  104. MultipleInstances=0
  105. ; Set to 1 to allow multiple instances of AltDrag.
  106. ; Useful if you e.g. want to use Alt+LMB to move and Ctrl+LMB to resize.
  107. ; Note that you have to use two installations to store two different configurations.
  108.  
  109. AlwaysElevate=0
  110. ; Set to 1 to have AltDrag always request elevation.
  111.  
  112.  
  113. [Performance]
  114. Cursor=1
  115. ; Makes the cursor icon change when dragging and resizing.
  116.  
  117. MoveRate=2
  118. ResizeRate=5
  119. ; The number of pixels to wait before actually moving the window.
  120. ; A timer will ensure that there are never more than 100 ms between updates.
  121. ; Use 1 for instant updates.
  122.  
  123.  
  124. [Update]
  125. CheckOnStartup=1
  126. ; This setting controls if AltDrag should automatically check for update when it is started.
  127. ; AltDrag will only notify you if it finds a new version. It will not download anything for you!
  128. ; You can check for update manually in the configuration window, regardless of this setting.
  129.  
  130. Beta=0
  131. ; Want to be notified of beta releases?
  132. ; Don't expect beta releases to be posted very often (or at all).
  133. ; Get in touch with me if you want a bleeding edge build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement