-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't tab backwards with Shift+Tab (Thinkpad T410) #594
Comments
Can you try without the 'Shift_L', I don't think that does anything. so: rofi -kb-row-up 'ISO_Left_Tab' -show run |
Yes, I can confirm that this works. |
Is the |
@hobarrera please next time make new bug report, don't add to other reports. Quote from manpage:
|
Oh cool. My bad. Can we add |
@milopiccolo thanks for the report. I will add it to F.A.Q. |
Version
Output of
rofi -v
1.3.1
Configuration
Here.
Launch Command
rofi -modi combi,window,run,ssh -combi-modi window,run -show combi
Steps to reproduce
Step 1
Tab forward, works fine
Step 2
Try to Shift+Tab backward.
What behaviour you see
Nothing happens on the Shift+Tab press.
What behaviour you expect to see
It should go backward.
My notes & fix
It works when I add "Shift_L+ISO_Left_Tab" to the rofi.kb-row-up entry.
I'm on a Thinkpad T410. This might be a device-specific issue, I'm not very knowledgeable about keycode stuff (any good links appreciated!). Reporting it anyway so that, at worst, people can find this on Google.
The text was updated successfully, but these errors were encountered: