ferhatgec / keycode

enigne based simple key macro program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycode

enigne based simple key macro program

Example usage ([HOME]/.keycode):

if keycode_data equal_to "g_Release" =
 exec("xdg-open https://github.com/ferhatgec");
; elif keycode_data equal_to "q_Release" =
 exit();
; else =
 exec("aplay mechanical_keyboard_sound.flac");
;

Back-end implementation/s available for:

  • X11

keycode licensed under the terms of MIT License.

About

enigne based simple key macro program

License:MIT License


Languages

Language:C++ 100.0%