跳至内容
Taijicoder Wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
setup_emacs_keybinding_for_ms_word_on_macos
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
## 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: StartOfLine: Control-A EndOfLine: Control-E LineUp: Control-P LineDown: Control-N CharLeft: Control-B 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.) 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.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. ## 参考 [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.txt
· 最后更改:
2024/02/04 04:49
由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
回到顶部