projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added us(colemak), b.fd.o#11416
[xorg/xkeyboard-config]
/
tests
/
testLayouts.pl
1
#!/usr/bin/env perl
2
3
use strict;
4
use warnings;
5
use xkbTestFunc;
6
7
xkbTestFunc::backupXkbSettings();
8
9
xkbTestFunc::dumpXkbSettingsBackup();
10
11
xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")", 1, 1, 0 );
12
13
sleep 2;
14
15
xkbTestFunc::restoreXkbSettings();
16
17
print "Done!\n";