From c4f6feb2e737a4fb4a058c77ef3f344916f98446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Fri, 17 Mar 2023 13:01:43 +0000 Subject: [PATCH] #110 FAQ how can be activated NumberPad via CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1ffc4..e7cacfe 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ B: MSC=20 **How can be activated NumberPad via CLI?** -- enable in config `sys_numlock_enables_numpad = 1` and `numpad_disables_sys_numlock = 1` (disabled both by default), then will be NumberPad activated/disabled according to status of system numlock, source for pressing system numlock can be numlock physical key on the same laptop or external keyboard or simulated key via `xdotool key Num_Lock` +- enable in config `sys_numlock_enables_numpad = 1` and `numpad_disables_sys_numlock = 1` (disabled both by default), then will be NumberPad activated/disabled according to status of system numlock, source for pressing system numlock can be numlock physical key on the same laptop or external keyboard or simulated key via `xdotool key Num_Lock` or `numlockx on` and `numlockx off` - directly just change `enabled` in appropriate config file: