Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/input.client.class

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

revision 2057 by niro, Wed Apr 17 14:17:26 2013 UTC revision 2058 by niro, Wed May 8 12:22:16 2013 UTC
# Line 70  set_input_keymap() Line 70  set_input_keymap()
70   # systemd support   # systemd support
71   if [ -x $(type -P localectl) ]   if [ -x $(type -P localectl) ]
72   then   then
73     # console keymap
74     localectl set-keymap "${value}"
75     # x11 keymaps
76   localectl set-x11-keymap "${value}"   localectl set-x11-keymap "${value}"
77   else   else
78   clearconfig   clearconfig

Legend:
Removed from v.2057  
changed lines
  Added in v.2058