Closed eviljeff closed 5 months ago
Totals | |
---|---|
Change from base Build 9427898636: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 39 |
Totals | |
---|---|
Change from base Build 9427898636: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 39 |
Had a bit of an extra thought... maybe if you use a modifier e.g. alt, the shortcut should still work. Otherwise you have to defocus all inputs to save an object, which seems very annoying.
Not sure if people use alt in text fields to have fancy letters, need to think about that.
Had a bit of an extra thought... maybe if you use a modifier e.g. alt, the shortcut should still work. Otherwise you have to defocus all inputs to save an object, which seems very annoying.
Not sure if people use alt in text fields to have fancy letters, need to think about that.
Do you mean the shortcuts that are already "Alt + ❓" (e.g. "Alt + A"); or the keys that aren't alt+ (e.g "g + i") should work in a text field if you prepend Alt?
e.g. alt+s should still work when focused on a text field
Totals | |
---|---|
Change from base Build 9471424827: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 42 |
Updated and finished - the Alt key shortcuts are still enabled and the input types that ignore keyup events is restricted.
Totals | |
---|---|
Change from base Build 9471424827: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 42 |
Totals | |
---|---|
Change from base Build 9471424827: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 42 |
Totals | |
---|---|
Change from base Build 9471424827: | 0.0% |
Covered Lines: | 32 |
Relevant Lines: | 42 |
Fixes #13 in a pretty trivial way - just returns immediately when the focused element is a text field/area.