keyboard.cfg 2.56 KB
Newer Older
1
submenu "$VTLANG_KEYBRD_LAYOUT" --class=debug_krdlayout --class=F5tool {
longpanda's avatar
longpanda committed
2
    menuentry QWERTY_USA --class=debug_kbd --class=debug_krdlayout --class=F5tool {
3
4
        set_keyboard_layout QWERTY_USA
    }
longpanda's avatar
longpanda committed
5
    menuentry AZERTY --class=debug_kbd --class=debug_krdlayout --class=F5tool {
6
7
        set_keyboard_layout AZERTY
    }
longpanda's avatar
longpanda committed
8
    menuentry CZECH_QWERTY --class=debug_kbd --class=debug_krdlayout --class=F5tool {
9
10
        set_keyboard_layout CZECH_QWERTY
    }
longpanda's avatar
longpanda committed
11
    menuentry CZECH_QWERTZ --class=debug_kbd --class=debug_krdlayout --class=F5tool {
12
13
        set_keyboard_layout CZECH_QWERTZ
    }
longpanda's avatar
longpanda committed
14
    menuentry DANISH --class=debug_kbd --class=debug_krdlayout --class=F5tool {
15
16
        set_keyboard_layout DANISH
    }
longpanda's avatar
longpanda committed
17
    menuentry DVORAK_USA --class=debug_kbd --class=debug_krdlayout --class=F5tool {
18
19
        set_keyboard_layout DVORAK_USA
    }
longpanda's avatar
longpanda committed
20
    menuentry FRENCH --class=debug_kbd --class=debug_krdlayout --class=F5tool {
21
22
        set_keyboard_layout FRENCH
    }
longpanda's avatar
longpanda committed
23
    menuentry GERMAN --class=debug_kbd --class=debug_krdlayout --class=F5tool {
24
25
        set_keyboard_layout GERMAN
    }
longpanda's avatar
longpanda committed
26
    menuentry ITALIANO --class=debug_kbd --class=debug_krdlayout --class=F5tool {
27
28
        set_keyboard_layout ITALIANO
    }
longpanda's avatar
longpanda committed
29
    menuentry JAPAN_106 --class=debug_kbd --class=debug_krdlayout --class=F5tool {
30
31
        set_keyboard_layout JAPAN_106
    }
longpanda's avatar
longpanda committed
32
    menuentry LATIN_USA --class=debug_kbd --class=debug_krdlayout --class=F5tool {
33
34
        set_keyboard_layout LATIN_USA
    }
longpanda's avatar
longpanda committed
35
    menuentry PORTU_BRAZIL --class=debug_kbd --class=debug_krdlayout --class=F5tool {
36
37
        set_keyboard_layout PORTU_BRAZIL
    }
longpanda's avatar
longpanda committed
38
    menuentry QWERTY_UK --class=debug_kbd --class=debug_krdlayout --class=F5tool {
39
40
        set_keyboard_layout QWERTY_UK
    }
longpanda's avatar
longpanda committed
41
    menuentry QWERTZ --class=debug_kbd --class=debug_krdlayout --class=F5tool {
42
43
        set_keyboard_layout QWERTZ
    }
longpanda's avatar
longpanda committed
44
    menuentry QWERTZ_HUN --class=debug_kbd --class=debug_krdlayout --class=F5tool {
45
46
        set_keyboard_layout QWERTZ_HUN
    }
longpanda's avatar
longpanda committed
47
    menuentry QWERTZ_SLOV_CROAT --class=debug_kbd --class=debug_krdlayout --class=F5tool {
48
49
        set_keyboard_layout QWERTZ_SLOV_CROAT
    }
longpanda's avatar
longpanda committed
50
    menuentry SPANISH --class=debug_kbd --class=debug_krdlayout --class=F5tool {
51
52
        set_keyboard_layout SPANISH
    }
longpanda's avatar
longpanda committed
53
    menuentry SWEDISH --class=debug_kbd --class=debug_krdlayout --class=F5tool {
54
55
        set_keyboard_layout SWEDISH
    }
longpanda's avatar
longpanda committed
56
    menuentry TURKISH_Q --class=debug_kbd --class=debug_krdlayout --class=F5tool {
57
58
        set_keyboard_layout TURKISH_Q
    }
longpanda's avatar
longpanda committed
59
    menuentry VIETNAMESE --class=debug_kbd --class=debug_krdlayout --class=F5tool {
60
61
62
        set_keyboard_layout VIETNAMESE
    }
}