On Sun, 09 Dec 2012 22:23:10 -0800 Shakir Abdul-Ahad
<shakir.abdul.aha...@gmail.com> said:

> Tried adding a new keyboard layout, but there aren't any other layouts 
> to choose from. The dialog box is empty.

it would seem all the xkb layout locations the xkb code looks for done have
data on osx for u... e_mod_parse.c in /src/modules/xkbswitch.

   const char *lstfiles[] = {
#if defined __NetBSD__
      "/usr/X11R7/lib/X11/xkb/rules/xorg.lst",
#elif defined __OpenBSD__
      "/usr/X11R6/share/X11/xkb/rules/base.lst",
#endif
      "/usr/share/X11/xkb/rules/xorg.lst",
      "/usr/share/X11/xkb/rules/xfree86.lst",
      "/usr/local/share/X11/xkb/rules/xorg.lst",
      "/usr/local/share/X11/xkb/rules/xfree86.lst",
      "/usr/X11R6/lib/X11/xkb/rules/xorg.lst",
      "/usr/X11R6/lib/X11/xkb/rules/xfree86.lst",
      "/usr/local/X11R6/lib/X11/xkb/rules/xorg.lst",
      "/usr/local/X11R6/lib/X11/xkb/rules/xfree86.lst",
      NULL
   };

thats the compiled-in list.... i dont know where it is stuffed on osx. :)

> Thanks
> On 12/9/12 4:44 PM, Carsten Haitzler (The Rasterman) wrote:
> > On Sun, 09 Dec 2012 16:05:20 -0800 Shakir Abdul-Ahad
> > <shakir.abdul.aha...@gmail.com> said:
> >
> >> Not really much to mess with in settings.. All I see is US Keyboard. No
> >> additional options..
> > did you try add new keyboard layouts? did you try variations on them in the
> > other tabs?
> >
> >> On 12/9/12 3:37 PM, Carsten Haitzler (The Rasterman) wrote:
> >>> On Sun, 09 Dec 2012 11:24:30 -0800 Shakir Abdul-Ahad
> >>> <shakir.abdul.aha...@gmail.com> said:
> >>>
> >>>> Hi,
> >>>>
> >>>> I'm running build 80533 on OSX Snow Leopard and I noticed that my cursor
> >>>> / arrow keys don't work properly.  The up/down keys work fine, but the
> >>>> left/right keys don't work at all.  I've searched around but haven't
> >>>> found anything related to OSX.  Can someone give me a hand?
> >>> keyboard layout problem? tried fiddling with it in the settings?
> >>>
> >> ------------------------------------------------------------------------------
> >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> >> Remotely access PCs and mobile devices and provide instant support
> >> Improve your efficiency, and focus on delivering more value-add services
> >> Discover what IT Professionals Know. Rescue delivers
> >> http://p.sf.net/sfu/logmein_12329d2d
> >> _______________________________________________
> >> enlightenment-users mailing list
> >> enlightenment-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >>
> >
> 
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to