Re: enlightenment keybindings don't work on Solaris 2.6



On  2 Feb, Brian J. Murrell scribbled:
->  from the quill of raster@redhat.com on scroll
->  <199902020820.DAA13388@trode.redhat.com>
->  > 
->  > definitions is basically like a system include file for E. the rest
->  > are
->  > actual config files - dont edit the defintions - just use it as
->  > refernce as to what keywords are available. (and convenience macros)
->  
->  OK.
->  
->  > ->  #define __CTRL_ALT 910
->  > ->  
->  > ->  What does that mean?  How can I test my CTRL-ALT to see if it's
->  > the same,
->  > ->  or what value it is to fix the definitions?  Or maybe it needs
->  > fixing
->  > ->  elsewhere.
->  > 
->  > that basically says "keyword __CTRL_ALT maps to token ID 910" and E
->  > handles tken ID 910 itself.
->  
->  How does it handle "token ID 910" to be CTRL-ALT?  I am thinking along
->  the path that CTRL and/or ALT on this particular Sun keyboard are not
->  mapped by Sun's Xserver to be the exact equivilents of PeeCee's running
->  XFree86, X11 event-wise.  If you can point me to the hunk of code that
->  does they keyboard events and/or mappings, I will mock up a little test
->  proggie to run on my Linux box and on the Sun and see if the key events
->  are mapping the same.

config.c: line 1569:
              mod = ControlMask | Mod1Mask;

actions.c matches modifier masks for actions and the actual event
modifiers.

->  > are you sure you dont have scrollock or numlokc or something on?b
->  
->  Very positive.  :-)
->  
->  b.
->  
->  
->  
->  --
->  Brian J. Murrell                              InterLinx Support Services, Inc.
->  North Vancouver, B.C.                                             604 983 UNIX
->          Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD

-- 
--------------- Codito, ergo sum - "I code, therefore I am" --------------------
raster@rasterman.com       /\___ /\ ___/||\___ ____/|/\___  raster@redhat.com
Carsten Haitzler           | _ //__\\ __||_ __\\ ___|| _ /  Red Hat Advanced
218/21 Conner Drive        || // __ \\_ \ | |   \ _/_|| /   Development Labs
Chapel Hill NC 27514 USA   ||\\\/  \//__/ |_|   /___/||\\   919 547 0012 ext 282
+1 (919) 929 9443, 801 4392   For pure Enlightenment   http://www.rasterman.com/

              \|/ ____ \|/  For those of you unaware. This face here is in fact
	      "@'/ ,. \@"   a Linux Kernel Error Message.
	      /_| \__/ |_\
		 \__U_/
							   



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]