Thread: Dynamic keymaps
View Single Post
Old 02-08-2011, 10:04 AM   #17
yuri_b
Connoisseur
yuri_b will become famous soon enoughyuri_b will become famous soon enoughyuri_b will become famous soon enoughyuri_b will become famous soon enoughyuri_b will become famous soon enoughyuri_b will become famous soon enough
 
Posts: 71
Karma: 592
Join Date: Aug 2010
Device: irex dr800sg DR1000S
When I start digged in source a long ago I notice code for flushing a pressed button, this code significant slow down the execution of keyboard. Do we need to see how button flashes? or we rather prefer see text faster on screen?

ergtk-keyb.c page 852: highliting a button

ergtk-keyb.c page 975-076 :
// schedule an unhighlight action for the same button
priv->highlight_id = g_timeout_add(200, on_highlight_expired, (gpointer) button );
yuri_b is offline   Reply With Quote