linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fn + [KEYS] question
@ 2009-09-16  7:24 Xiangfu Liu
  2009-09-16  7:32 ` Dmitry Torokhov
  0 siblings, 1 reply; 13+ messages in thread
From: Xiangfu Liu @ 2009-09-16  7:24 UTC (permalink / raw)
  To: linux-input

Hi

I know in the IBM laptop, you use Fn + F1 to do something.
I want [Fn + U = 7] in my device. 
when you press Fn + U in the terminal it will display '7'.


I look into the keyboard.c file.
but don't know which function is handle the Fn key?

there is [1] in the keyboard.h file. I don't know 
which Fn key belong. is it KT_SHIFT???

thanks for any advice. 


[1] -------------
#define KT_LATIN	0	/* we depend on this being zero */
#define KT_LETTER	11	/* symbol that can be acted upon by CapsLock */
#define KT_FN		1
#define KT_SPEC		2
#define KT_PAD		3
#define KT_DEAD		4
#define KT_CONS		5
#define KT_CUR		6
#define KT_SHIFT	7
#define KT_META		8
#define KT_ASCII	9
#define KT_LOCK		10
#define KT_SLOCK	12
#define KT_DEAD2	13
#define KT_BRL		14

-- 
Xiangfu Liu
Email: xiangfu at qi-hardware dot com
Web: http://www.qi-hardware.com

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-09-18  6:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-16  7:24 Fn + [KEYS] question Xiangfu Liu
2009-09-16  7:32 ` Dmitry Torokhov
2009-09-16  7:43   ` Xiangfu Liu
2009-09-16  8:06     ` Dmitry Torokhov
2009-09-16  9:25       ` Xiangfu Liu
2009-09-16 14:44         ` Xiangfu Liu
2009-09-16 16:33           ` Dmitry Torokhov
2009-09-16 17:24             ` Xiangfu Liu
2009-09-16 17:40               ` Dmitry Torokhov
2009-09-17  2:31                 ` Xiangfu Liu
2009-09-18  5:45                   ` Dmitry Torokhov
2009-09-18  6:45                     ` Xiangfu Liu
2009-09-18  6:49                       ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).