Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 444 Bytes

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.