valpackett / evscript

A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland | now on https://codeberg.org/valpackett/evscript
https://codeberg.org/valpackett/evscript
The Unlicense
121 stars 7 forks source link

Adding xcape_sequence: emits a sequence of keypresses #6

Closed stammon closed 5 years ago

stammon commented 5 years ago

I took the freedom to add the xcape_sequence function into the stdlib. I think there might be others who consider it useful. If you think, that the stdlib should be kept lean, I can also create a new userlib file where users can add their own functions, without bloating stdlib.

valpackett commented 5 years ago

Cool, thanks!