From be8a54727383036e65ff3459f9b9ea7f733ec5bf Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 28 Aug 2011 15:41:46 -0400 Subject: Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX. The Option+Letter combination produces locale-dependent characters so it cannot be used reliably. --- doc/manual/14_Appendix.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/manual/14_Appendix.md') diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md index 825f8cb0..61cd8a0d 100644 --- a/doc/manual/14_Appendix.md +++ b/doc/manual/14_Appendix.md @@ -7,7 +7,7 @@ Linux / Win32 | Mac OSX | Command | **File** ||| Ctrl+N |⌘N |New file Ctrl+O |⌘O |Open file -Ctrl+Alt+O |⌘⌥O |Open recent file... +Ctrl+Alt+O |^⌘O |Open recent file... Ctrl+Shift+O|⌘⇧O |Reload file Ctrl+S |⌘S |Save file Ctrl+Shift+S|⌘⇧S |Save file as.. @@ -66,10 +66,10 @@ Ctrl+G
F3 |⌘G |Find next Ctrl+Shift+G
Shift+F3|⌘⇧G |Find previous Ctrl+Alt+R |^R |Replace Ctrl+Alt+Shift+R |^⇧R |Replace all -Ctrl+Alt+F |⌘⌥F |Find incremental +Ctrl+Alt+F |^⌘F |Find incremental Ctrl+Shift+F |⌘⇧F |Find in files -Ctrl+Alt+G |⌘⌥G |Goto next file found -Ctrl+Alt+Shift+G |⌘⌥⇧G|Goto previous file found +Ctrl+Alt+G |^⌘G |Goto next file found +Ctrl+Alt+Shift+G |^⌘⇧G|Goto previous file found Ctrl+J |⌘J |Jump to line **Tools** ||| @@ -91,7 +91,7 @@ Shift+F2 |⇧F2 |Previous bookmark Alt+F2 |⌥F2 |Goto bookmark... Ctrl+U |⌘U |Snapopen `_USERHOME` None |None |Snapopen `_HOME` -Ctrl+Alt+Shift+O|⌘⌥⇧O |Snapopen current directory +Ctrl+Alt+Shift+O|^⌘⇧O |Snapopen current directory Ctrl+I |⌘I |Show style **Buffer** ||| @@ -149,13 +149,13 @@ Ctrl+Up |^⇡ |Scroll line up Alt+Shift+Up |⌥⇧⇡ |Line up extend rect. selection Left |⇠
^B |Char left Shift+Left |⇧⇠
^⇧B |Char left extend selection -Ctrl+Left |^⇠
^⌥B |Word left -Ctrl+Shift+Left |^⇧⇠
^⌥⇧B|Word left extend selection +Ctrl+Left |^⇠
^⌘B |Word left +Ctrl+Shift+Left |^⇧⇠
^⌘⇧B|Word left extend selection Alt+Shift+Left |⌥⇧⇠ |Char left extend rect. selection Right |⇢
^F |Char right Shift+Right |⇧⇢
^⇧F |Char right extend selection -Ctrl+Right |^⇢
^⌥F |Word right -Ctrl+Shift+Right |^⇧⇢
^⌥⇧F|Word right extend selection +Ctrl+Right |^⇢
^⌘F |Word right +Ctrl+Shift+Right |^⇧⇢
^⌘⇧F|Word right extend selection Alt+Shift+Right |⌥⇧⇢ |Char right extend rect. selection Home |⌘⇠
^A |Line start Shift+Home |⌘⇧⇠
^⇧A |Line start extend selection -- cgit v1.2.3