Fischx / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

wimenu: 'Return' doesn't with alternative xkb layouts #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
setxkbmap -layout 'us,ca' -option -option grp:shifts_toggle
[[ press both shifts ]]
echo|wimenu
[[ pressing Return doesn't return, even though Control-j, Control-m work ]]

With the primary layout activated, xev says (for Return and Control-j):
  state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES
  state 0x4, keycode 44 (keysym 0x6a, j), same_screen YES
With the secondary:
  state 0x2000, keycode 36 (keysym 0xff0d, Return), same_screen YES
  state 0x2004, keycode 44 (keysym 0x6a, j), same_screen YES

Versions: wmii-hg2582, libixp-hg116, Arch Linux x86_64, Linux 2.6.30.9, 
xorg-server 1.7.1

Original issue reported on code.google.com by rogu...@gmail.com on 8 Nov 2009 at 1:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8b73e587b9.

Original comment by maglion...@gmail.com on 8 Nov 2009 at 9:32