LyX快捷键管理

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

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

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

  • 配置了一个批处理,将整个配置目录映射到系统目录,以后所做的改动都会在LyX的主目录下
set b=%~dp0
::配置本地化
mklink /J %APPDATA%LyX2.1 %b%LyX2.1
::.LyX
REG delete HKCRlyx_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 HKCRlyxfile /t reg_sz /d "lyxfile" /f
REG ADD HKCRlyxfileDefaultIcon /d "%b%binlyx.exe,0" /f
REG ADD HKCRlyxfileshellopencommand /d ""%b%binlyx.exe" "%%1"" /f
  • 配置的快捷键
## This file is automatically generated by lyx
## All modifications will be lost

Format 2

unbind "C-r" "buffer-view"

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

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

同步:https://blog.csdn.net/appmathw

原文地址:https://www.cnblogs.com/ourweiguan/p/9670857.html