[FM discuss] new editor in place (SOLVED vs NOT SOLVED)
Derek Holzer
derek at umatic.nl
Sat Jul 21 12:08:38 PDT 2007
If you look up "keyTable[]" in the following file
http://www.google.com/codesearch?
hl=en&q=show:su72IH3qjIs:fsKY6W4AwsM:sqZNFkPZ0ZY&sa=N&ct=rd&cs_p=http://
distfiles.master.finkmirrors.net/
kdenetwork-3.0.7.tar.bz2&cs_f=kdenetwork-3.0.7/krfb/libvncserver/mac.c
you find the following listed for modifiers:
/* Modifier keys */
XK_Shift_L, 56, /* Shift Left */
XK_Shift_R, 56, /* Shift Right */
XK_Control_L, 59, /* Ctrl Left */
XK_Control_R, 59, /* Ctrl Right */
XK_Meta_L, 58, /* Logo Left (-> Option) */
XK_Meta_R, 58, /* Logo Right (-> Option) */
XK_Alt_L, 55, /* Alt Left (-> Command) */
XK_Alt_R, 55, /* Alt Right (-> Command) */
So it's 58, as far as I can see... however, you're very close, because
115 is "Home", which is what I want Apple+leftarrow to eventually do! ;-)
d.
adam hyde wrote:
> i am trying to find a script online that can display keycodes so i can
> get onto the apple key issue...any idea what the keycode is for the
> apple key? i think its 115, but damned if i can find a script to help us
> display it anywhere
--
derek holzer ::: http://www.umatic.nl ::: http://blog.myspace.com/macumbista
---Oblique Strategy # 190:
"You can only make one dot at a time"
More information about the Discuss
mailing list