Fixed Korean layout switching keys
[xorg/xkeyboard-config] / tests / testOptions.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( "group", "option", 4, ":", "", 0, 0, 1 );
12
13 xkbTestFunc::restoreXkbSettings();
14
15 print "Done!\n";