diff options
author | Gioele Barabucci <gioele@svario.it> | 2014-09-21 21:43:12 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2014-09-30 23:55:40 +0100 |
commit | 6faacc4712aa721df73df73c6daca8420941e38d (patch) | |
tree | 64d7f2dd966506e7937dd7d9a11ecc6ca929ad6f /types | |
parent | 8a1aa9e82d2e021e587669fffc6637d7db48ea09 (diff) |
State that "basic" defines only three of the four required types
Diffstat (limited to 'types')
-rw-r--r-- | types/basic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/types/basic b/types/basic index 341931fe..fff06bec 100644 --- a/types/basic +++ b/types/basic @@ -1,7 +1,8 @@ default xkb_types "basic" { // Fairly standard definitions for - // the three required key types. + // three of the four required key types. + // The fourth type "KEYPAD" is defined in the "numpad" file. virtual_modifiers NumLock; |