Jump to content

Keyboard macros: Difference between revisions

task explanation expanded
(documented ahk example)
(task explanation expanded)
Line 1:
{{task|GUI}}Link user defined methods to user defined keys.
Such as the facility provided by emacs for [http://www.gnu.org/software/emacs/manual/html_node/emacs/Key-Bindings.html key bindings].
 
These key bindings may be application specific or system wide.
 
<br clear=all>
Line 12 ⟶ 13:
}
 
!p:: ;; links alt-p key combination to the method pauseme() (system wide)
pauseMe()
return
 
!r:: ;; links alt-r key combination to the method resume() (system wide)
resume()
return
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.