PDA

View Full Version : [kubuntu] Function keys on a Toshiba laptop



ice2921
September 7th, 2008, 01:15 AM
Anyone know how to get the funcion keys to work on a Toshiba Satellite M45-S265 laptop?

sergiom99
September 8th, 2008, 02:23 AM
you can try installing kmilo and/or keytouch.
keytouch lets you define your own keyboard settings.
Good luck.

NickLanam
September 8th, 2008, 03:00 AM
I probably only say this 'cause I've been messing with it so much lately, but I'd just use xev and xmodmap to manually define them.


xev
!(press your fn key with mouse over the white window that pops up
!note the number after "keycode" in the keyRelease event
!(kill that window once you've noted that number)
xmodmap -e keycode <thatcode>=Function
!I don't remember if it's -e, and don't remember which string binds it to Function key

ice2921
September 8th, 2008, 11:13 PM
I have no idea how do do that. Can anyone walk me through it/