File: virtual_modifiers

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 (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
default xkb_types "ordered_explicit_mapping" {
	virtual_modifiers
		Alt = 0x100,
		Meta = 0x200,
		Super = 0x400,
		Hyper = 0x800,
		NumLock = 0x1000,
		LevelThree = 0x2000,
		LevelFive = 0x4000,
		ScrollLock = 0x8000;
};