Best regards- Hugo Heden
--
You received this message because you are subscribed to the Google Groups "keynav-users" group.
To post to this group, send email to keynav...@googlegroups.com.
To unsubscribe from this group, send email to keynav-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/keynav-users?hl=en.
On Wed, Nov 30, 2011 at 7:35 AM, Hugo Heden <hugo...@gmail.com> wrote:Dear list,I'm trying to configure keynav to use the NumPad-keys, but I'm not sure what to write in .keynavrc, Is it possible to do that? I've tried as follows, but that will not affect the NumPad keys (only the regular number keys) --4 cut-left2 cut-down8 cut-up6 cut-right7 cut-left,cut-up9 cut-right,cut-up1 cut-left,cut-down3 cut-right,cut-downHow do I specify NumPad keys?Howdy!Number pad keys have special symbols, generally prefixed with KP_, such as KP_5 - that should work for you :)
- Hugo
On Thu, Dec 1, 2011 at 1:50 AM, Hugo Heden <hugo...@gmail.com> wrote:On Wed, Nov 30, 2011 at 6:54 PM, Jordan Sissel <j...@semicomplete.com> wrote:On Wed, Nov 30, 2011 at 7:35 AM, Hugo Heden <hugo...@gmail.com> wrote:Dear list,I'm trying to configure keynav to use the NumPad-keys, but I'm not sure what to write in .keynavrc, Is it possible to do that? I've tried as follows, but that will not affect the NumPad keys (only the regular number keys) --4 cut-left2 cut-down8 cut-up6 cut-right7 cut-left,cut-up9 cut-right,cut-up1 cut-left,cut-down3 cut-right,cut-downHow do I specify NumPad keys?Howdy!Number pad keys have special symbols, generally prefixed with KP_, such as KP_5 - that should work for you :)Ah, KP for KeyPad I guess. Works excellently, thanks a lot!To be fair I only know these things because I've spent too many hours waist-deep in X11 client code. It's a miracle I'm still mostly sane! :)
On Thu, Dec 01, 2011 at 04:30:35PM +0100, Hugo Heden wrote:
> > Is there list of these symbols somewhere? Some source file in some X11
> > client code or something would do :-)
On my Debian there is /usr/include/X11/keysymdef.h from the package
x11proto-core-dev.
Another ancient but still neat and useful tool for such questions is
xkeycaps: http://www.jwz.org/xkeycaps/
> In fact, maybe it's the regular arrow-keys I want to use..
> Arrow_Left
> LeftArrow
> No.. Hm -- a list of key-symbols would be useful :-)
IIRC they're called just Left, Right, Up and Down without Arrow
somewhere.
Kind regards, Axel
--
/~\ Plain Text Ribbon Campaign | Axel Beckert
\ / Say No to HTML in E-Mail and News | a...@deuxchevaux.org (Mail)
X See http://www.asciiribbon.org/ | a...@noone.org (Mail+Jabber)
/ \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
Hi,
On my Debian there is /usr/include/X11/keysymdef.h from the package
On Thu, Dec 01, 2011 at 04:30:35PM +0100, Hugo Heden wrote:
> > Is there list of these symbols somewhere? Some source file in some X11
> > client code or something would do :-)
x11proto-core-dev.
Another ancient but still neat and useful tool for such questions is
xkeycaps: http://www.jwz.org/xkeycaps/
IIRC they're called just Left, Right, Up and Down without Arrow
> In fact, maybe it's the regular arrow-keys I want to use..
> Arrow_Left
> LeftArrow
> No.. Hm -- a list of key-symbols would be useful :-)
somewhere.