View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1284
Originally Posted by qole View Post
Run "Set Deb HW Keys" and then you can toggle the Styles and Formatting by pressing Fn (blue arrow) + Shift + "=" (top row, second from right). This is mapped to F11.

(EDIT: After trying it a few times, it seems to work best when you press the Fn key and then rock your finger down to press the Shift key as well; it doesn't seem to work pressing Shift first)
After experimenting a lot with xbindkeys+xvkbd for use in debbie (mostly in vain, see above), I discovered that F1-F12 for some reason work reliably only when the option -xsendevent is included. So all entries in /home/user/.xbindkeysrc like
Code:
"xvkbd -text "\[F1]""
 m:0x81 + c:24
...
should be replaced by
Code:
"xvkbd -xsendevent -text "\[F1]""                                   
 m:0x81 + c:24                                                      
...
Without -xsendevent, it seems to work reliably the first time used, but then only after several further attempts. With -xsendevent, it never failed me.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-05-24 at 11:09.