jerluc / wmii

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

wmii cant switch menuitems with arrowkeys #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install wmii-hg
2. alt+a or alt+p
3. hit arrowbuttons left right

What is the expected output? What do you see instead?
normaly it is possible to jump between menu items with arrowbuttons

What version of the product are you using (wmii -v)? On what operating system?
wmii-hg2483, ©2009 Kris Maglione
ubuntu jaunty

Please provide any additional information below.
wmii says:
killall -9 wmii && wmii
wmii: note: missing fontsets for '-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*':
KSC5601.1987-0, GB2312.1980-0
frame.c:349: failed assertion: Dx(r) <= 0 || Dy(r) < 0 || Dy(r) == 0 &&
(!f->area->max || resizing) && !f->collapsed
Frame rect: (0,0)+0x0
frame.c:349: failed assertion: Dx(r) <= 0 || Dy(r) < 0 || Dy(r) == 0 &&
(!f->area->max || resizing) && !f->collapsed
Frame rect: (0,0)+0x0
frame.c:349: failed assertion: Dx(r) <= 0 || Dy(r) < 0 || Dy(r) == 0 &&
(!f->area->max || resizing) && !f->collapsed
Frame rect: (0,0)+0x0
wmii: note: missing fontsets for '-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*':
KSC5601.1987-0, GB2312.1980-0
wimenu: note: missing fontsets for
'-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*': KSC5601.1987-0, GB2312.1980-0
shift: 236: can't shift that many
wimenu: note: missing fontsets for
'-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*': KSC5601.1987-0, GB2312.1980-0

Original issue reported on code.google.com by anton.ma...@gmail.com on 10 Sep 2009 at 3:04

GoogleCodeExporter commented 9 years ago
wimenu got a caret some time ago, which can be moved with the caret. See the 
sources 
for possible ways to move the selection, I think Alt-h,l works among others.

Original comment by skwi...@googlemail.com on 10 Sep 2009 at 6:13

GoogleCodeExporter commented 9 years ago
I wanted to say
..., which can be moved with the arrow keys. ...
in the previous comment.

Original comment by skwi...@googlemail.com on 10 Sep 2009 at 6:22

GoogleCodeExporter commented 9 years ago
You can switch menu items with Tab, S-Tab, A-h, A-l. The arrow keys move the 
caret,
as mentioned. If you want to use the arrow keys, do something like this:

cat >keys.txt <<!
Left  Complete prev
Right Complete next
!
wimenu -k keys.txt <proglist

Original comment by maglion...@gmail.com on 2 Oct 2009 at 4:39