keyboard macros via config
Is there a way to create keyboard macros in the config file via bindsym... ?
Is there a way to create keyboard macros in the config file via bindsym... ?
If I correctly understand your question, you should check out xdotool
, which allows for simulating keyboard input. You can use it for writing a script that simulates a specific sequence of keystrokes. Then you can assign this script to a specific key using bindsym
. Just don't forget to add --release
after bindsym
, or it may not work.
Asked: 2015-07-27 07:24:25 +0000
Seen: 79 times
Last updated: Jul 27