mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
fix mac bindings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9077 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
345b7ced1e
commit
705add840e
@ -1,3 +1,7 @@
|
||||
2004-10-11 Bennett Helm <bennett.helm@fandm.edu>
|
||||
|
||||
* bind/mac.bind: fix the depth-increment/decrement bindings
|
||||
|
||||
2004-10-10 José Matos <jamatos@lyx.org>
|
||||
|
||||
* Makefile.am (dist_lyx2lyx_DATA): fix entry for lyx2lyx/profiling.py
|
||||
|
@ -8,13 +8,13 @@
|
||||
# ==================================================================
|
||||
|
||||
#
|
||||
# This is the Mac flavour bind file, based on
|
||||
# This is the Mac flavour bind file for LyX/Mac 1.4.x, based on
|
||||
# bindings found in the Mac world.
|
||||
#
|
||||
# DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
|
||||
# with every new install of LyX and your changes will be lost.
|
||||
# Instead, customize a copy of this file placed in
|
||||
# ~/.lyx/bind/mac-1.4.0.bind
|
||||
# ~/.lyx/bind/.
|
||||
#
|
||||
# Happy tuning!
|
||||
|
||||
@ -64,8 +64,8 @@
|
||||
\bind "~S-C-quotedbl" "quote-insert single"
|
||||
\bind "M-S-quotedbl" "self-insert \""
|
||||
\bind "C-minus" "hyphenation-point-insert"
|
||||
\bind "M-S-Right" "depth-increment"
|
||||
\bind "M-S-Left" "depth-decrement"
|
||||
\bind "M-C-Right" "depth-increment"
|
||||
\bind "M-C-Left" "depth-decrement"
|
||||
\bind "C-S-L" "ligature-break-insert"
|
||||
\bind "C-l" "ert-insert" # 'l' for LaTeX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user