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 it's established that the main key modifier is the Command Key ⌘. Clipboard operations are ⌘+C, ⌘+V, instead of Ctrl+C, for example.
It's basically a different mapping: what you have on Windows as Ctrl+something is always ⌘+something on Mac.
At the moment Ansel breaks this and force a constant muscle memory battle. In addition many Mac keyboard have two ⌘ keys, on both sides of the keyboard, but only one Ctrl key. THis makes using common and global shortcuts more difficult to execute.
Would be possible to apply a the default general mapping (Ctrl -> ⌘) for Mac builds?
Mapping might not be the exact term but I guass I've been clear...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On Mac it's established that the main key modifier is the Command Key ⌘. Clipboard operations are ⌘+C, ⌘+V, instead of Ctrl+C, for example.
It's basically a different mapping: what you have on Windows as
Ctrl+somethingis always⌘+somethingon Mac.At the moment Ansel breaks this and force a constant muscle memory battle. In addition many Mac keyboard have two ⌘ keys, on both sides of the keyboard, but only one Ctrl key. THis makes using common and global shortcuts more difficult to execute.
Would be possible to apply a the default general mapping (Ctrl -> ⌘) for Mac builds?
Mapping might not be the exact term but I guass I've been clear...
All reactions