summaryrefslogtreecommitdiff
path: root/tests/testLayouts.pl
blob: 444e592599615aff672cf64d1c35b1a107ad2c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/env perl

use strict;
use warnings;
use xkbTestFunc;

xkbTestFunc::backupXkbSettings();
                                                                                                                 
xkbTestFunc::dumpXkbSettingsBackup();

xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")", 1, 1, 0 );

sleep 2;

xkbTestFunc::restoreXkbSettings();