| The Following User Says Thank You to Ken-Young For This Useful Post: | ||
| The Following User Says Thank You to Estel For This Useful Post: | ||
gconftool-2 -s /apps/osso/inputmethod/ext_kb_long_press_timeout -t int 300
for gconfkey in "ext_kb_long_press_timeout" "int_kb_repeat_interval" "int_kb_repeat_delay" ; do val=`gconftool-2 -g /apps/osso/inputmethod/$gconfkey` printf "\n$gconfkey: $val ms\nChange to (int): " read new [ $new ] && [ $new -gt 0 ] && val=$new gconftool-2 -s /apps/osso/inputmethod/$gconfkey -t int $val done


| The Following User Says Thank You to ontime For This Useful Post: | ||



