Keyboard macros: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: elided paragraph glyph from the REXX text.)
m (added whitespace before the TOC (table of contents).)
Line 1: Line 1:
{{task|GUI}}Show how to link user defined methods to user defined keys. An example of this is 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; state which you have done.
{{task|GUI}}Show how to link user defined methods to user defined keys. An example of this is 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; state which you have done.
<br><br>

=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
<lang AutoHotkey>Loop, 200 ; loop 200 times while not paused
<lang AutoHotkey>Loop, 200 ; loop 200 times while not paused