]> git.lyx.org Git - features.git/commit
Allow to assign the shortcut to an action not only if this was an unknown action...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 29 Mar 2010 09:15:27 +0000 (09:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 29 Mar 2010 09:15:27 +0000 (09:15 +0000)
commitfa0f6cf9bee1941e331bb21b913f685bb3656318
treec82de3765d62e2330af76f7ddb0854dbbd16c7bc
parentdf1b413587f23b0adce6ecb7f71fc455be0d029f
Allow to assign the shortcut to an action not only if this was an unknown action, but also when it is a no-action.

This could be seen by adding a shortcut "Ctrl-R" to accent-acute. Then changing this to "Ctrl-R Ctrl-R". And then changing this back to "Ctrl-R". Now the oldBinding is NOACTION and a warning is issued that "Ctrl-R" was already bound.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33906 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiPrefs.cpp