mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
couple of mac updates from Bennet Helm
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10539 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5f2c80bee8
commit
6a05cd6a5c
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-11 Bennet Helm <bennet.helm@fandm.edu>
|
||||||
|
|
||||||
|
* MacOSX/LyX.app/Contents/MacOS/lyxeditor: Use the new location of
|
||||||
|
the users directory
|
||||||
|
|
||||||
2005-10-11 Lars Gullik Bjonnes <larsbj@localhost.localdomain>
|
2005-10-11 Lars Gullik Bjonnes <larsbj@localhost.localdomain>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): also dist MacOSX
|
* Makefile.am (EXTRA_DIST): also dist MacOSX
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# ron@18james.com, 11 Dec 2003
|
# ron@18james.com, 11 Dec 2003
|
||||||
|
# With modifications by Bennett Helm
|
||||||
|
|
||||||
lyxpipe=/Users/$USER/.lyx/.lyxpipe
|
lyxpipe=/Users/$USER/Library/Application\ Support/LyX/.lyxpipe
|
||||||
if [ ! -p $lyxpipe.out ]
|
if [ ! -p $lyxpipe.out ]
|
||||||
then
|
then
|
||||||
lyxprefs=`expr "$0" : '\(.*\)MacOS/lyxeditor'`Resources/lyx/preferences
|
lyxprefs=`expr "$0" : '\(.*\)MacOS/lyxeditor'`Resources/lyx/preferences
|
||||||
lyxpipe=`perl -n -e 'print,exit if s/^.serverpipe\\s+\"(.+)\"/$1/;' ~/.lyx/preferences $lyxprefs`
|
lyxpipe=`perl -n -e 'print,exit if s/^.serverpipe\\s+\"(.+)\"/$1/;' ~/Library/Application\ Support/LyX/preferences $lyxprefs`
|
||||||
fi
|
fi
|
||||||
[ -p $lyxpipe.in ] || exit 0
|
[ -p $lyxpipe.in ] || exit 0
|
||||||
file=`echo "$1" | sed 's|^/private||'`
|
file=`echo "$1" | sed 's|^/private||'`
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-11 Bennet Helm <bennet.helm@fandm.edu>
|
||||||
|
|
||||||
|
* bind/mac.bind: change default keybinding for protected spaces
|
||||||
|
from C-space to M-space
|
||||||
|
|
||||||
2005-10-03 Michael Gerz <michael.gerz@teststep.org>
|
2005-10-03 Michael Gerz <michael.gerz@teststep.org>
|
||||||
|
|
||||||
* generate_contributions.py:
|
* generate_contributions.py:
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
\bind "M-Return" "break-paragraph-keep-layout"
|
\bind "M-Return" "break-paragraph-keep-layout"
|
||||||
\bind "C-Return" "break-line"
|
\bind "C-Return" "break-line"
|
||||||
\bind "C-k" "line-delete-forward"
|
\bind "C-k" "line-delete-forward"
|
||||||
\bind "C-space" "space-insert protected"
|
\bind "M-space" "space-insert protected"
|
||||||
\bind "C-M-space" "space-insert normal"
|
\bind "C-M-space" "space-insert normal"
|
||||||
\bind "S-M-space" "space-insert thin"
|
\bind "S-M-space" "space-insert thin"
|
||||||
\bind "C-period" "end-of-sentence-period-insert"
|
\bind "C-period" "end-of-sentence-period-insert"
|
||||||
|
Loading…
Reference in New Issue
Block a user