File: layout-specific-options

package info (click to toggle)
libxkbcommon 1.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,184 kB
  • sloc: ansic: 57,023; xml: 8,785; python: 7,449; yacc: 913; sh: 253; makefile: 23
file content (33 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
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
28
29
30
31
32
33
! model			=	keycodes
  *			=	evdev

! model			=	compat
  *			=	complete

! model			=	types
  *			=	complete

! layout[first]		=	symbols
  *			=	pc

! layout[any]		=	symbols
  *			=	+%l[%i]:%i

! layout[first]	option	=	symbols
  *		opt1	=	+s1:%i
  l2		opt2	=	+s2:%i

// Example from the commit introducing the feature
! layout[any]	option	=	symbols
  *		opt3	=	+s3:%i
  l2		opt4	=	+s4:%i

! layout[1]	option	= 	symbols
  *		opt5	=	+s5:%i

! layout[2]	option	= 	symbols
  *		opt6	=	+s6:%i

// Never layout-specific
! option		=	symbols
  opt7			=	+s7