blob: cd8d059a759e228fc69f206b0f673813fc33e872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// $XKeyboardConfig$
// $Xorg: complete,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
default xkb_compatibility "complete" {
include "basic"
augment "iso9995"
augment "mousekeys"
augment "accessx(full)"
augment "misc"
augment "xfree86"
augment "level5"
augment "caps(caps_lock)"
};
|