fix typo in sciword bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10655 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-12-12 10:08:38 +00:00
parent f10d04c41b
commit 5986c5e2a6
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-12-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* bind/sciword.bind: include math.bind, not maths.bind.
2005-12-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* examples/hu_splash.lyx: update from Alex.

View File

@ -205,7 +205,7 @@
\bind "C-s S-greater" "math-insert \gg"
# usual bindings
\bind_file maths.bind
\bind_file math.bind
\bind_file menus.bind
\bind_file latinkeys.bind
\bind_file cyrkeys.bind

View File

@ -62,7 +62,9 @@ What's new
- Don't force alignment to BLOCK when switching to fixed width cell (bug 1840).
- Add key bindings for "primary-selection-paste"
- Add key bindings for "primary-selection-paste".
- Fix some math key sequences for sciword.bind.
- On exit, don't attempt to unlock a mutex in the Qt library --- it
causes undefined behaviour and leads to a crash on NetBSD.