Skip to content

Commit

Permalink
#110 FAQ how can be activated NumberPad via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik authored Mar 17, 2023
1 parent e882bdf commit c4f6feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c4f6feb

Please sign in to comment.