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 2862 by niro, Fri Aug 28 09:39:46 2015 UTC revision 2863 by niro, Wed Jul 15 06:54:02 2020 UTC
# Line 32  set_input_keyboard() Line 32  set_input_keyboard()
32   *) help_input_keyboard && return 1 ;;   *) help_input_keyboard && return 1 ;;
33   esac   esac
34    
35   ${MCORE_LIBDIR}/fluxbox-autostart --add --name keyboard --exec 'nohup xset r rate ${rate} &' --comment '${value}' &&   if is_provided fluxbox
36   ${MCORE_LIBDIR}/fluxbox-rebuild-autostart   then
37     ${MCORE_LIBDIR}/fluxbox-autostart --add --name keyboard --exec 'nohup xset r rate ${rate} &' --comment '${value}' &&
38     ${MCORE_LIBDIR}/fluxbox-rebuild-autostart
39     fi
40    
41   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
42   then   then

Legend:
Removed from v.2862  
changed lines
  Added in v.2863