summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorsvu <svu>2006-10-07 20:01:46 +0000
committersvu <svu>2006-10-07 20:01:46 +0000
commite22291da30ca9f2fcc3f0c213c864014e2d5e1fa (patch)
tree0f3aadff27ce0217ec917fdf608b2760c7262fc9 /types
parentd9e8c11763fc00a4c218eb35bcf4993548f0edba (diff)
make partials partials
Diffstat (limited to 'types')
-rw-r--r--types/numpad7
1 files changed, 3 insertions, 4 deletions
diff --git a/types/numpad b/types/numpad
index 9421e941..335e20bb 100644
--- a/types/numpad
+++ b/types/numpad
@@ -1,6 +1,5 @@
-default
-xkb_types "pc" {
+partial default xkb_types "pc" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
@@ -14,7 +13,7 @@ xkb_types "pc" {
};
// On Mac keypads, level 1 and 2 are swapped
-xkb_types "mac" {
+partial xkb_types "mac" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level2;
@@ -27,7 +26,7 @@ xkb_types "mac" {
include "extra(mac_keypad)"
};
-xkb_types "microsoft" {
+partial xkb_types "microsoft" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;