Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-input/input.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2196 by niro, Fri Jan 10 14:43:47 2014 UTC revision 2197 by niro, Fri Jan 10 14:44:20 2014 UTC
# Line 75  set_input_keymap() Line 75  set_input_keymap()
75   # x11 keymaps   # x11 keymaps
76   localectl set-x11-keymap "${value}"   localectl set-x11-keymap "${value}"
77   else   else
78   CONFIG="${MROOT}/etc/vconsole.conf"   CONFIG="${MROOT}@@SYSCONFDIR@@/vconsole.conf"
79   clearconfig   clearconfig
80   addconfig "KEYMAP=\"${value}\""   addconfig "KEYMAP=\"${value}\""
81   addconfig 'FONT="lat9w-16"'   addconfig 'FONT="lat9w-16"'
82   addconfig 'FONT_MAP="8851-1_to_uni"'   addconfig 'FONT_MAP="8851-1_to_uni"'
83    
84   CONFIG="${MROOT}/etc/X11/xorg.conf.d/00-keyboard.conf"   CONFIG="${MROOT}@@SYSCONFDIR@@/X11/xorg.conf.d/00-keyboard.conf"
85   clearconfig   clearconfig
86   addconfig 'Section "InputClass"'   addconfig 'Section "InputClass"'
87   addconfig ' Identifier "keyboard layout"'   addconfig ' Identifier "keyboard layout"'

Legend:
Removed from v.2196  
changed lines
  Added in v.2197