Ken-Young
|
2012-04-27
, 18:13
|
|
Posts: 387 |
Thanked: 1,700 times |
Joined on Feb 2010
@ Cambridge, MA, USA
|
#1
|
The Following User Says Thank You to Ken-Young For This Useful Post: | ||
|
2012-04-27
, 18:46
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2015-10-17
, 09:25
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#3
|
On an N900 running Maemo 5, pressing and holding a key on the physical keyboard produces Fn+Key if the hold lasts for ~1 second. Is it possible to change the time required for the (hold key)->(Fn+Key) transition to take place? I'd like to shorten it to maybe a third of its default value. If you don't know of a way to change the time, do you know which piece of code produces this behavior? I might be able to hack a solution if there is no clean one.
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
|
2015-10-17
, 13:29
|
Posts: 368 |
Thanked: 975 times |
Joined on Aug 2013
|
#4
|
|
2015-10-17
, 15:02
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#5
|
Naming yourself "ontime" and the first post is answering a question that is three years old - great sense of humour
The Following User Says Thank You to ontime For This Useful Post: | ||
|
2015-10-17
, 15:23
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#6
|
Naming yourself "ontime" and the first post is answering a question that is three years old - great sense of humour
|
2015-10-17
, 16:24
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#7
|
Naming yourself "ontime" and the first post is answering a question that is three years old - great sense of humour