summaryrefslogtreecommitdiff
path: root/types/default
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-10 12:18:40 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-10 12:26:59 +0200
commit28c542c12e6d24ea7c30253849f238f95ffd206e (patch)
tree3ab7def5a87bad0427b4792a83db5b8e5eee313a /types/default
parentfa7f8eb5461e5187810025c61264eb40a395b55d (diff)
downloadxkeyboard-config-28c542c12e6d24ea7c30253849f238f95ffd206e.tar.gz
types: sort the includes mostly according to increasing number of levels
This looks better when doing `xkbcomp :0 - | less`. The 'mousekeys' is placed last because the type is rather special and irrelevant (used only in three vendor layouts) and related to the numeric keypad. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'types/default')
-rw-r--r--types/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/default b/types/default
index 140208c..444e1a0 100644
--- a/types/default
+++ b/types/default
@@ -3,7 +3,7 @@ default xkb_types "default" {
include "pc"
include "iso9995"
include "extra"
- include "numpad"
include "level5"
+ include "numpad"
include "mousekeys"
};