summaryrefslogtreecommitdiff
path: root/symbols/pc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-11-10 11:12:33 +1000
committerSergey V. Udaltsov <svu@gnome.org>2010-11-12 22:52:02 +0000
commit1bc01a5eaa1180c026ebf8fc75e9bc3cb6876c66 (patch)
treeeda4169ac563b80bdbe71c505a928218396d3e53 /symbols/pc
parente5c77e30a9457a301e0a3857db450310584dae1a (diff)
downloadxkeyboard-config-1bc01a5eaa1180c026ebf8fc75e9bc3cb6876c66.tar.gz
Remove Pointer_EnableKeys from default layout, move to option instead.
Pointer_EnableKeys allows the use of the keypad to move the pointer around. This is a rarely used feature but can be enabled by default with Shift+NumLock. No desktop or keyboard has a visualisation that the feature is enabled, leading to user confusion when erroneous mouse clicks or movements are emitted. Remove Pointer_EnableKeys from the default keymap and move it to option "keypad:pointerkeys" instead. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'symbols/pc')
-rw-r--r--symbols/pc2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/pc b/symbols/pc
index a359b80..c3a3fc0 100644
--- a/symbols/pc
+++ b/symbols/pc
@@ -26,7 +26,7 @@ xkb_symbols "pc105" {
key <CAPS> { [ Caps_Lock ] };
- key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
+ key <NMLK> { [ Num_Lock ] };
key <LFSH> { [ Shift_L ] };
key <LCTL> { [ Control_L ] };