aboutsummaryrefslogtreecommitdiff
path: root/xkbcommon/test/data/rules/multiple-options
blob: afbdc9f1977a19434807389bea976763dd290d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
! model         = keycodes
  my_model      = my_keycodes
  *             = default_keycodes

! layout        variant    = symbols
  my_layout     my_variant = my_symbols+extra_variant

! layout        = symbols
  my_layout     = my_symbols
  *             = default_symbols

! model         = types
  my_model      = my_types
  *             = default_types

! model         = compat
  my_model      = my_compat
  *             = default_compat

! option        = compat
  option111     = +substring
  option1       = +some:compat
  option11      = +group(bla)

! option        = symbols
  option3       = +compose(foo)+keypad(bar)
  colon:opt     = +altwin(menu)