Open tbolon opened 3 years ago
In my keyboard layout, the Alt Gr (ctrl+alt) key is often used for special characters.
Alt Gr
In my keyboard layout AltGr+T key is used for {.
AltGr+T
{
The problem is that the shortcut Ctrl+T intercepts the key press (in the url for example) and creates a new tab.
Ctrl+T
Maybe the keypress routine should also check that the Alt key is not pressed before creating a new tab?
Ah yes I can do that. Great feedback, thank you
Marking as bug because shortcuts should only work if Ctrl+[key] are pressed. Other unused modifiers must not trigger the shortcuts
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?