Refine alt(meta) and ctrl behaviour for emacs on macos #432
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Solved 2 problems(if they are) of this terminal while doing emacs on macos
problem 1:
alt is used as dead key marker on mac.
problem 2:
qt default for macos:
control -> meta
command -> control
AA_MacDontSwapCtrlAndMeta will not work until stable version of qt reaches 5.11
see https://bugreports.qt.io/browse/QTBUG-51293
see the result patched: https://github.com/picospuch/cool-retro-term/releases/tag/ModKeyFixesForMacos
Why isn't this getting merged?