-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When perpsectivemod is bound to a numpad key (eg. Num6, etc.) then there is a key handing conflict with the Shift key.
When you're holding Shift, you cannot activate perspective mod with a numpad keybind, whereas, this does not apply to other keys like the numerical or letter keys.
Edit: on my linux system, while holding Shift, the Num6 key produces the following keysyms keycode: Shift+Mod2 + KP_Right whereas when not holding shift, it produces Mod2 + KP_Right (Note: I am not holding any modified keys. It seems Mod2 refers to Numlock being active.)
Steps to reproduce:
- Bind perspective mod to a numpad key.
- Numpad key works correctly if not holding Shift.
- While holding Shift, you cannot activate perspective mod.
There's another issue that may occur if you have the "Hold Mode" enabled, where you can get stuck in perspective.
Steps to reproduce:
- Bind perspective mod to a numpad key.
- Enable "Hold Mode" in the GUI.
- Hold the numpad key to enable perspective mod.
- While you're holding the numpad key, press Shift.
- Release the numpad key without releasing Shift.
- You are now stuck in perspective.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels