Skip to content

Commit

Permalink
#139 reverted numpad layouts using KP_keys as defaults and unicode as…
Browse files Browse the repository at this point in the history
… alternative
  • Loading branch information
ldrahnik committed Sep 25, 2023
1 parent c2e6980 commit 3d40570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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+<sequence of numbers>. 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
;;
*)
;;
Expand Down

0 comments on commit 3d40570

Please sign in to comment.