ErikPettersson / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

Menubar not showing up on Linux #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Suggested fix by merkabah (on IRC):
"I've discovered that the menubar in moonshine won't show up while running 
under X11/Linux. To fix this, I added lnx_key and lnx_mod to MenuItem.as - 
where it looked liked they belonged - and now the bar shows up :)"

Original issue reported on code.google.com by mlunar on 27 Aug 2010 at 11:49

GoogleCodeExporter commented 8 years ago
Correct fix is to fallback on win_key instead of lnx_key/mod, since we only 
separate between keyboard configurations in real life (mac keyboard vs. pc 
keyboard).

Think we're on top of that. Just adding lnx_key/lnx_mod won't make any key 
bindings /work/.

Original comment by petterson.erik@gmail.com on 11 Sep 2010 at 5:25