sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Special Command If: example code not working proberly #918

Open sillysloft opened 15 years ago

sillysloft commented 15 years ago

Fluxbox 1.1.1

man 5 fluxbox-keys Mod4 t :If {Some Matches (xterm)} {NextWindow (xterm)} {Exec xterm}

When a xterm is on the current desktop it gets selected, so far so good. The first keystroke is not send to xterm, instead only the characters starting with the second appear as input for xterm.

Workaround: Mod4 t :Exec wmctrl -x -a xterm || xterm

Reported by: schertz123456

sillysloft commented 15 years ago

That's nothing to do with the If command. Your keyboard configuration is broken. Run this: xmodmap -e 'add Mod4 = Super_L'

Original comment by: mark-t

sillysloft commented 15 years ago

Original comment by: mark-t