Hide ClearGrab/CloseGrabs actions behind an option
[xorg/xkeyboard-config] / symbols / me
1 // Montenegro keyboard mapping
2 //
3 // Initially, a copy of Serbian variants
4 //
5
6 default partial alphanumeric_keys
7 xkb_symbols "basic" {
8   include "rs(latin)"
9   name[Group1]= "Montenegrin";
10 };
11
12
13 partial alphanumeric_keys
14 xkb_symbols "cyrillic" {
15   include "rs(basic)"
16   name[Group1]= "Montenegrin (Cyrillic)";
17 };
18
19
20 partial alphanumeric_keys
21 xkb_symbols "cyrillicyz" {
22   include "rs(yz)"
23   name[Group1]= "Montenegrin (Cyrillic, Z and ZHE swapped)";
24 };
25
26 partial alphanumeric_keys
27 xkb_symbols "latinunicode" {
28   include "rs(latinunicode)"
29   name[Group1]= "Montenegrin (Latin Unicode)";
30 };
31
32 partial alphanumeric_keys
33 xkb_symbols "latinyz" {
34   include "rs(latinyz)"
35   name[Group1]= "Montenegrin (Latin qwerty)";
36 };
37
38 partial alphanumeric_keys
39 xkb_symbols "latinunicodeyz" {
40   include "rs(latinunicodeyz)"
41   name[Group1]= "Montenegrin (Latin Unicode qwerty)";
42 };
43
44 xkb_symbols "cyrillicalternatequotes" {
45   include "rs(alternatequotes)"
46   name[Group1]= "Montenegrin (Cyrillic with guillemets)";
47 };
48
49 xkb_symbols "latinalternatequotes" {
50   include "rs(latinalternatequotes)"
51   name[Group1]= "Montenegrin (Latin with guillemets)";
52 };