LyX快捷键管理

快捷键修改:Tools->Preference->Editing->Shortcuts;修改后要Tools->Reconfig生效

快捷键默认保存文件:%appdata%\LyX2.1\bind\user.bind

如果知道命令,可以直接在user.bind中修改。每次使用相关命令时,可看左下角的状态栏提示的命令表示方式。

  • 配置了一个批处理,将整个配置目录映射到系统目录,以后所做的改动都会在LyX的主目录下
set b=%~dp0
::配置本地化
mklink /J %APPDATA%\LyX2.1 %b%LyX2.1
::.LyX
REG delete HKCR\lyx_auto_file /f
REG ADD HKCR\.lyx /t reg_sz /d lyxfile /f
REG ADD HKCR\.lyx /v "Content Type" /d text/plain /f
REG ADD HKCR\lyxfile /t reg_sz /d "lyxfile" /f
REG ADD HKCR\lyxfile\DefaultIcon /d "%b%bin\lyx.exe,0" /f
REG ADD HKCR\lyxfile\shell\open\command /d "\"%b%bin\lyx.exe\" \"%%1\"" /f
  • 配置的快捷键
## This file is automatically generated by lyx
## All modifications will be lost

Format 2

\unbind "C-r" "buffer-view"

\bind "M-1" "buffer-view pdf4"
\bind "M-2" "buffer-view"
\bind "M-s" "label-insert"
\bind "C-M-s" "dialog-show-new-inset ref"
\bind "C-S-c" "citation-insert"
\bind "M-3" "buffer-export pdf4"
\bind "M-p C-t" "layout Theorem"
\bind "M-p C-c" "layout Corollary"
\bind "M-p C-p" "layout Property"
\bind "M-p C-l" "layout Lemma"
\bind "M-p C-f" "layout Proof*"
\bind "M-p C-e" "layout Example"
\bind "M-p C-s" "layout Solv"
\bind "M-p C-x" "layout exSolv"
\bind "M-p C-d" "layout Definition"
\bind "M-p S-s" "layout --Separator--"
\bind "M-p C-n" "note-insert Note"
\bind "M-p C-q" "layout Quest"
\bind "M-p C-r" "layout Remark"
\bind "M-p M-l" "layout enumlist"
\bind "M-p M-c" "layout enumcols"
\bind "C-S-exclam" "argument-insert 1"
\bind "C-M-i" "flex-insert \"inlinebox\""
\bind "C-M-m" "command-sequence math-mode on; math-mutate align;"
\bind "M-m S-r" "math-insert \\mathrm"
\bind "F12" "dialog-toggle toc"

Layout --seperator--的快捷键在Beamer中无效!

猜你喜欢

转载自blog.csdn.net/appmathw/article/details/82758617
今日推荐