You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mac OS, the option key (⌥) is a key modifier (similar to the AltGr key on Windows) used to type additional characters. For instance, on German keyboard layouts ⌥ + e maps to the € (Euro) currency symbol. In general, entering ⌥ + e on the keyboard in any Eclipse text editor should type the character it is mapped to, according to the actual keyboard layout used.
Actual Behavior
Unfortunately, EasyShell's default keyboard binding on Mac OS generally starts with ⌥ + e, which makes it impossible to use ⌥ + e to type the character that the keyboard layout maps it to (since it is captured by EasyShell's key binding).
Please, change EasyShell's default keyboard shortcuts for Mac OS to not use the single option key ⌥ nor the ⌥ + ⇧ Shift combination. As a proposal, it could be changed like I did on my local Eclipse installation (^ is the CTRL key):
Steps to Reproduce the Problem
Obvious from the explanation above.
Your Environment
Plugin version: 2.2.1
Eclipse Version: 2021-12 (4.22)
Java Version: 17.0.1
Operating System Version: Mac OS 12.1
The text was updated successfully, but these errors were encountered:
Thanks for the report. I will investigate how to configure the keys for different platfroms (here PC or Mac). May be somebody knows it and can help with hint or better a PR ;) .
I've no Mac OS and cannot test, so test build can be provided bofore cretaing new tag (release).
twwwt
added a commit
to twwwt/EasyShell
that referenced
this issue
Jan 15, 2022
This change fixes issue anb0s#200 as proposed: change the default key binding on MacOS generally to `⌥` + `^` (Option + CTRL key); e.g., `⌥` + `^` + `E O` for opening a terminal.
This change fixes issue #200 as proposed: change the default key binding on MacOS generally to `⌥` + `^` (Option + CTRL key); e.g., `⌥` + `^` + `E O` for opening a terminal.
Expected Behavior
On Mac OS, the option key (⌥) is a key modifier (similar to the AltGr key on Windows) used to type additional characters. For instance, on German keyboard layouts
⌥
+e
maps to the € (Euro) currency symbol. In general, entering⌥
+e
on the keyboard in any Eclipse text editor should type the character it is mapped to, according to the actual keyboard layout used.Actual Behavior
Unfortunately, EasyShell's default keyboard binding on Mac OS generally starts with
⌥
+e
, which makes it impossible to use⌥
+e
to type the character that the keyboard layout maps it to (since it is captured by EasyShell's key binding).Please, change EasyShell's default keyboard shortcuts for Mac OS to not use the single option key
⌥
nor the⌥
+⇧ Shift
combination. As a proposal, it could be changed like I did on my local Eclipse installation (^
is theCTRL
key):Steps to Reproduce the Problem
Obvious from the explanation above.
Your Environment
The text was updated successfully, but these errors were encountered: