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 2398 by niro, Fri Aug 28 09:39:30 2015 UTC revision 2399 by niro, Fri Aug 28 09:39:46 2015 UTC
# Line 50  get_input_keymap() Line 50  get_input_keymap()
50   else   else
51   keymap=$(grep "Option.*XkbLayout" ${MROOT}/etc/X11/xorg.conf.d/00-keyboard.conf \   keymap=$(grep "Option.*XkbLayout" ${MROOT}/etc/X11/xorg.conf.d/00-keyboard.conf \
52   | sed -e 's:\"::g' -e 's:.*XkbLayout\(.*\):\1:' -e 's:[\ \t]::g')   | sed -e 's:\"::g' -e 's:.*XkbLayout\(.*\):\1:' -e 's:[\ \t]::g')
53   fi   fi
54   rvecho "${keymap}"   rvecho "${keymap}"
55  }  }
56    

Legend:
Removed from v.2398  
changed lines
  Added in v.2399