blob: dd49a5c43cdd830f4f5f06baaf7eae5d79b201ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// $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"
};
|