View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029862 | 2.x IDE Bugs | UI | Public | 2018-08-03 12:02 | 2021-01-18 13:59 |
Reporter | Matthew McInnes | Assigned To | CoreTech | ||
Priority | Low | Severity | C - General | Reproducibility | 100% |
Status | Assigned | Resolution | Open | ||
Product Version | 2.1.4 | ||||
Target Version | Fixed in Version | ||||
Summary | 0029862: UI: [Mac IDE] Only QWERTY keyboard layouts are supported. so some hotkeys function differently on AZERTY/Dvorak/etc | ||||
Description | On Mac IDE, when the keyboard is set to French, certain keyboard shortcuts function differently, for example: - CMD+A quits the IDE (as if CMD+Q was pressed) - CMD+Z closes the in focus window (As if CMD+W was pressed) This is because the OpenTK we're using only works off scan codes and is expecting QWERTY. We will need to replace this library with something which supports multiple keyboard layouts. EXPECTED: The IDE should recognise when keyboard is in French, and adjust the shortcuts accordingly | ||||
Steps To Reproduce | 1) Change keyboard language (System Prefs -> Keyboard -> Input sources) 2) Launch IDE 3) Open some piece of code 4) Use CMD+A to select all 5) Observe the quit IDE dialog is shown 6) Open a window and press CMD+Z 7) Observe the window is closed (Should be CMD+W) | ||||
Tags | IDE, input, mac | ||||
2.x IDE Found In | 2.1.5.322 | ||||
2.x Runtime Found In | 2.1.5.246 | ||||
2.x IDE Verified In | |||||
2.x Runtime Verified In | |||||