Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Fixed verry fast repeat when pressing shift+Tab #383

Closed Xgames123 closed 4 months ago

Xgames123 commented 4 months ago

When shift is pressed the keysym XKB_KEY_ISO_Left_Tab is returned instead of XKB_KEY_Tab. Normally this isn't noticeable because shift+Tab just copies the selected item to the filter. But when I was changing the keybinds in my patched version I found this bug.

Cloudef commented 4 months ago

Thanks