You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, this is a bug in the way feh parses key definitions. It uses isascii() to ignore shift modifiers for "normal" keys (as, depending on the keyboard layout, keys like ( ) { } or in rare cases even 0 1 2 ... can also be accessible without Shift). However, isascii() is a bit too broad there. Looks like isgraph() is the better choice.
feh version 2.19, minimal example for
~/.config/feh/keys
:Pressing ⇪+ (space key with shift modifier) does not show the previous image, instead it shows the next image like just pressing space.
For the tab key there is the same problem. I neither can
S-Tab
norISO_Left_Tab
(the designation which xev returns) get to work.The text was updated successfully, but these errors were encountered: