From c347021504789a50ad236015bcce8d65c2df4038 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 21 Feb 2021 00:26:57 +0100 Subject: [PATCH] updated roadmap --- readme/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme/development.md b/readme/development.md index 37dcc8b0..9b50b6b4 100644 --- a/readme/development.md +++ b/readme/development.md @@ -31,8 +31,9 @@ requests. - [x] mapping mouse wheel events to buttons - [x] automatically load presets when devices get plugged in after login (udev) - [x] map keys using a `modifier + modifier + ... + key` syntax -- [ ] injecting keys that aren't available in the systems keyboard layout - [x] inject in an additional device instead to avoid clashing capabilities +- [ ] don't run any GTK code as root for wayland compatibility +- [ ] injecting keys that aren't available in the systems keyboard layout - [ ] ship with a list of all keys known to xkb and validate input in the gui ## Tests