summaryrefslogtreecommitdiff
path: root/symbols/macintosh_vndr
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-10-16 19:52:08 +0300
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-10-23 21:43:45 +0100
commite0b534fd9f7119f810974c59b7c1c90119411807 (patch)
tree0b9649b11a90e5fd3cd64748d3f848b89a8b1d32 /symbols/macintosh_vndr
parente2a5dee2227a02425ca86da37efcb26a3b54496a (diff)
downloadxkeyboard-config-e0b534fd9f7119f810974c59b7c1c90119411807.tar.gz
macintosh_vndr/us: include "keypad(overlay)" explicitly
With current xkbcomp, include statements do not obey default annotations (it does obey them when given a file directly), but libxkbcommon does. So in xkbcomp, `include "keypad"` includes the first map in the keypad file, which is "overlay", but includes the default in libxkbcommon, which is "x11". "overlay" might in fact be wrong, especially since the keycodes necessary for the overlay to work are not defined anywhere. But some users may rely on this in some way, so let's not change it. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'symbols/macintosh_vndr')
-rw-r--r--symbols/macintosh_vndr/us2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/macintosh_vndr/us b/symbols/macintosh_vndr/us
index d4e4af1..58bfee5 100644
--- a/symbols/macintosh_vndr/us
+++ b/symbols/macintosh_vndr/us
@@ -59,7 +59,7 @@ default xkb_symbols "extended" {
key <SPCE> { [ space ] };
include "eurosign(e)"
- include "keypad"
+ include "keypad(overlay)"
key <KPEQ> { [ equal ] };
};