jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Shortcuts does not test for Alt key #175

Open tbolon opened 3 years ago

tbolon commented 3 years ago

In my keyboard layout, the Alt Gr (ctrl+alt) key is often used for special characters.

In my keyboard layout AltGr+T key is used for {.

The problem is that the shortcut Ctrl+T intercepts the key press (in the url for example) and creates a new tab.

Maybe the keypress routine should also check that the Alt key is not pressed before creating a new tab?

dpaulino commented 3 years ago

Ah yes I can do that. Great feedback, thank you

dpaulino commented 3 years ago

Marking as bug because shortcuts should only work if Ctrl+[key] are pressed. Other unused modifiers must not trigger the shortcuts