Am 22.07.2010 um 15:03 schrieb BH: > On Thu, Jul 22, 2010 at 2:42 AM, Stephan Witt <st.w...@gmx.net> wrote: >> I've prepared a patch as compromise proposal for the new key bindings... >> The math-macro fold/unfold keys has to be changed to allow the configuration >> of the key-binding of Ctrl-plus. >> To remain consistent I moved them to Ctrl-Shift- plus/minus resp. >> asterisk/underscore. I think they are used rarely. >> After that I can make different bindings for mac and cua. The patch is >> complete with the mac-specific setting of wheel zoom enable state. >> >> I hope it is acceptable now. If not, please tell me why. > > I'm abstaining on math bindings. Otherwise it looks good to me for > Mac. One typo in lyxrc.dist.in, though: > > +\scroll_whell_zoom "off"
This was intentional. It solves the issues with momentum scroll. You are using scroll wheel zoom? I thought it should be replaced with <Cmd>-plus/minus on Mac. (See ticket <http://www.lyx.org/trac/ticket/6740#comment:6>) > > A further simple change you might want to make for Mac (so that LyX > can find the appropriate location of .lyxpipe*): > > Index: development/MacOSX/lyxeditor > =================================================================== > --- development/MacOSX/lyxeditor (revision 34981) > +++ development/MacOSX/lyxeditor (working copy) > @@ -41,7 +41,7 @@ > exit 1 > } > > -for LYXDIR in LyX-1.6 LyX-1.5 LyX-1.4 LyX > +for LYXDIR in LyX-2.0 LyX-1.6 LyX-1.5 LyX-1.4 LyX > do > ABS_USER_LYXDIR="${USER_SUPPORT}/${LYXDIR}" > test -d "${ABS_USER_LYXDIR}" || { I'll do this, thanks. Stephan