mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
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:
parent
f10d04c41b
commit
5986c5e2a6
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user