用户工具

站点工具


setup_emacs_keybinding_for_ms_word_on_macos

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
setup_emacs_keybinding_for_ms_word_on_macos [2020/03/27 03:21] – 创建 jiajisetup_emacs_keybinding_for_ms_word_on_macos [2024/02/04 04:49] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
-## Setup Keybinding+## Setup Emacs Keybinding on Word
  
 Emacs users get addicted to the standard key bindings (which are also available in Cocoa apps). Microsoft Word doesn't support these by default, but you can add them through customization. Here are the ones I find most useful: Emacs users get addicted to the standard key bindings (which are also available in Cocoa apps). Microsoft Word doesn't support these by default, but you can add them through customization. Here are the ones I find most useful:
 +
 StartOfLine: Control-A StartOfLine: Control-A
 +
 EndOfLine: Control-E EndOfLine: Control-E
 +
 LineUp: Control-P LineUp: Control-P
 +
 LineDown: Control-N LineDown: Control-N
 +
 CharLeft: Control-B CharLeft: Control-B
 +
 CharRight: Control-F CharRight: Control-F
 +
 To set these up in Word, go to Tools » Customize » Customize Keyboard. From the Categories panel, choose All commands. Find each of the entries in the above list, select the Press new shortcut key box for each, then type the shortcut as shown above and click Assign. (Word will tell you if any of the shortcuts are currently assigned to other commands.) To set these up in Word, go to Tools » Customize » Customize Keyboard. From the Categories panel, choose All commands. Find each of the entries in the above list, select the Press new shortcut key box for each, then type the shortcut as shown above and click Assign. (Word will tell you if any of the shortcuts are currently assigned to other commands.)
  
 The icing on the cake is to get Control-K working. You can do this with a macro. Go to Tools » Macro » Macros. Set the macro name to CtrlK, then click Create. When the macro window appears, add the following lines just before the End Sub line: The icing on the cake is to get Control-K working. You can do this with a macro. Go to Tools » Macro » Macros. Set the macro name to CtrlK, then click Create. When the macro window appears, add the following lines just before the End Sub line:
 +
     Selection.EndKey Unit:=wdLine, Extend:=wdExtend     Selection.EndKey Unit:=wdLine, Extend:=wdExtend
     Selection.Cut     Selection.Cut
 +    
 Hit the W icon on the toolbar to save the macro and go back to Word. Now go back to the Tools » Customize » Customize Keyboard window, choose Macros from the Categories pane, and assign your new macro to Control-K. Hit the W icon on the toolbar to save the macro and go back to Word. Now go back to the Tools » Customize » Customize Keyboard window, choose Macros from the Categories pane, and assign your new macro to Control-K.
 +
 +## 参考
 +
 +[macOS 上给Microsoft Word添加Emacs key binding](http://hints.macworld.com/article.php?story=20070215034801484)
 +
 +{{ :emacskeys.bas.zip |}}
setup_emacs_keybinding_for_ms_word_on_macos.1585279281.txt.gz · 最后更改: (外部编辑)