mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Bind M-plus(M-equal) and M-minus to buffer-zoom-in/out.
If someone knows how to do this better.. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29208 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2943f1e880
commit
98dcf2c2c4
@ -116,6 +116,10 @@
|
|||||||
|
|
||||||
\bind "F11" "ui-toggle fullscreen"
|
\bind "F11" "ui-toggle fullscreen"
|
||||||
|
|
||||||
|
\bind "M-equal" "buffer-zoom-in"
|
||||||
|
\bind "M-plus" "buffer-zoom-in"
|
||||||
|
\bind "M-minus" "buffer-zoom-out"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Motion group
|
# Motion group
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user