From 6904aff29833bf41be7d3ef9cde78a5b02805169 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Mon, 23 Nov 2020 21:36:35 +0100 Subject: [PATCH] add todo --- TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c58785a --- /dev/null +++ b/TODO @@ -0,0 +1,20 @@ +Improvements +============ + +* Add option for autorepeat (useful for volume) + - User can configure autorepeat speed +* add command aliases: + @ : + + +Future plans +============ + +Make another tool or modify this one to use libxkbcommon instead of the kernel's +key names in order to support all keyboard layouts, it would not defeat the +purpose of the tool and libxkbcommon is and can be ported to all unix systems. + +Possibly add an option to use a config.h file instead of runtime config files, +this would eliminate the need for a parser but would increase the footprint +of the program as most of the stuff would be stored on the stack (it is mostly +negligible)