Reverted keybind changes for this branch

macos-click-through
Rasmus Michelsen 4 years ago
parent 18b8c65835
commit 5286df954d

@ -70,11 +70,11 @@ fn append_modifiers(
special = true;
result = format!("S-{}", result);
}
if ctrl && !alt {
if ctrl {
special = true;
result = format!("C-{}", result);
}
if alt && !ctrl {
if alt {
special = true;
result = format!("M-{}", result);
}

Loading…
Cancel
Save