xkbdesc/types numpad,1.3,1.4
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xlibs/xkbdesc/types
In directory kemper:/tmp/cvs-serv15729/types
Modified Files:
numpad
Log Message:
make partials partials
Index: numpad
===================================================================
RCS file: /cvs/xlibs/xkbdesc/types/numpad,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- numpad 17 Sep 2006 20:26:16 -0000 1.3
+++ numpad 7 Oct 2006 20:01:46 -0000 1.4
@@ -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 @@
};
// 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 @@
include "extra(mac_keypad)"
};
-xkb_types "microsoft" {
+partial xkb_types "microsoft" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;