Could you show me how to write macro in xmacro (that will work in whole desktop environement) that is able to expand strings?
e.g. I will type thx and it will expand to "thank you".
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
xmacro is a basic macro-recorder/macro-player.. it is good for some things, but is not suited to monitoring your keystrokes dynamically (other than for recording)...
You are probably better off using a tool like autokey.. You can find some tutorials at How-To Geek Autokey Sample Scripts
|
|||||||||||
|