From 3d40570d04922e57b43a9d25abc4c59b93ae543c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Mon, 25 Sep 2023 16:42:26 +0200 Subject: [PATCH] #139 reverted numpad layouts using KP_keys as defaults and unicode as alternative --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e73d87e..786ed74 100755 --- a/install.sh +++ b/install.sh @@ -168,7 +168,7 @@ for option in $(ls numpad_layouts); do if [ "$option" = "$detected_layout_via_offline_table.py" ]; then read -r -p "Automatically recommended numpad layout: $detected_layout_via_offline_table (associated to $detected_laptop_via_offline_table). By default exist 2 variants for each laptop numpad layout. Standard one is recommended to use and send keys except percent and hash tag char directly, unfortunately is not resistance to overbinding keys to something else and that is reason why exist second version which send keys via unicode sequence of numbers except backspace and enter via pressing Ctrl+Shift+U+. Answering no, you can select other one from defaults (unicode variant for example) or you are able manually create your custom numpad layout later after installing. When is recommended layout (not a variant) wrong please create an issue (https://github.com/asus-linux-drivers/asus-numberpad-driver/issues). Do you want use recommended numpad layout, standard variant? [y/N]" response case "$response" in [yY][eE][sS]|[yY]) - model=$detected_layout_via_offline_table-unicode + model=$detected_layout_via_offline_table ;; *) ;;