Code:
;//Uncomment one at a time...(can't use if in this case)...
#IfWinActive, ahk_class ConsoleWindowClass
;//scroll=smooth
+pgup::Send, {WheelUp}
+pgdn::Send, {WheelDown}
;//scroll=page
;+pgup::Click, WheelUp
;+pgdn::Click, WheelDown
;//scroll=weird
;+pgup::WheelUp
;+pgdn::WheelDown
;//scroll=menu
;+pgup::send, {alt down}{space}{alt up}el{pgup}{esc}
;+pgdn::send, {alt down}{space}{alt up}el{pgdn}{esc}
#IfWinActive
Anonymous wrote:
...since their default binding in the command prompt seems pretty useless to me.
...their default action is moving to the top or bottom of the command history...I always use page down to re-run the last command...or at least insert the last command into the line so I can edit it & re-send it...default page up/down in command prompt is useful...
_________________
AutoHotkey-Hotstring.ahk - Helping the world spell "AutoHotkey" correctly! (btw, it's a lowercase k!)