summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorSérgio M. Basto <sergio@serjux.com>2021-06-02 20:13:50 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2021-06-05 22:16:37 +0000
commit3b6c73c0da5469e1be47286dca591777c916fa93 (patch)
treecaf3f7b2997d0332aa154126663519b35ee185e9 /types
parent2f3b2729962553ab327c3e918e8b07903a6fec67 (diff)
SHIFT+base key on Keypad not modify the base key on keypad swaping to number key.
SHIFT+Page_Up, SHIFT+Home, etc are a very useful sequence keyboards in KDE, so when I press SHIFT+Page_Up and when Page_Up is on keypad, gives number 9 and is a very disapointing. For example in konsole, I use a lot SHIFT+Page_Up and SHIFT+Page_Down to scroll the screen up and down. After reasearch a lot if just not swap from base to number when press SHIFT, while SHIFT+number is not problem send the base key solves the problem in a very simple way I found a similar request on this topic https://bbs.archlinux.org/viewtopic.php?id=257020 from where I based myself to find the solution.
Diffstat (limited to 'types')
-rw-r--r--types/numpad1
1 files changed, 0 insertions, 1 deletions
diff --git a/types/numpad b/types/numpad
index 01723e95..8903b162 100644
--- a/types/numpad
+++ b/types/numpad
@@ -2,7 +2,6 @@ default partial xkb_types "pc" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
- map[Shift] = Level2;
map[NumLock] = Level2;
map[Shift+NumLock] = Level1;
level_name[Level1] = "Base";