~thopiekar/emgd/xserver-xorg-github_community

« back to all changes in this revision

Viewing changes to debian/local/64-xorg-xkb.rules

  • Committer: Thomas-Karl Pietrowski
  • Date: 2015-04-18 12:53:43 UTC
  • Revision ID: git-v1:f781f2dc8bad59a1bd7c61864f632229d8712a14
Use /etc/default/keyboard as default layout

http://anonscm.debian.org/cgit/pkg-xorg/xserver/xorg-server.git/tree/debian/local/64-xorg-xkb.rules?id=dec68ef3470d39edabb5f6990d1f40c2c51f2601

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ACTION!="add|change", GOTO="xorg_xkb_end"
 
1
ACTION!="add", GOTO="xorg_xkb_end"
2
2
SUBSYSTEM!="input", GOTO="xorg_xkb_end"
3
3
KERNEL!="event*", GOTO="xorg_xkb_end"
4
4
 
5
5
# import keyboard layout from /etc/default/keyboard
6
 
ENV{ID_INPUT_KEY}=="?*", IMPORT{program}="/bin/grep ^XKB /etc/default/console-setup"
7
 
 
8
 
# ignore "SKIP" keyboard model, which is a magic value from console-setup's debconf
9
 
ENV{XKBMODEL}=="SKIP", ENV{XKBMODEL}=""
10
 
# Similarly, ignore this broken default variant, which breaks keyboard entirely
11
 
ENV{XKBVARIANT}=="U.S. English", ENV{XKBVARIANT}=""
 
6
IMPORT{file}="/etc/default/keyboard"
12
7
 
13
8
LABEL="xorg_xkb_end"