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:
Lars Gullik Bjønnes 2005-10-11 17:58:38 +00:00
parent 5f2c80bee8
commit 6a05cd6a5c
4 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -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||'`

View File

@ -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:

View File

@ -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"