mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Backport 35e4c1c9a6
.
This commit is contained in:
parent
d84eea891e
commit
ef173f22a5
@ -341,6 +341,7 @@ static int string_to_qkey(std::string const & str)
|
|||||||
if (str == "yacute") return Qt::Key_Yacute;
|
if (str == "yacute") return Qt::Key_Yacute;
|
||||||
if (str == "thorn") return Qt::Key_THORN;
|
if (str == "thorn") return Qt::Key_THORN;
|
||||||
if (str == "ydiaeresis") return Qt::Key_ydiaeresis;
|
if (str == "ydiaeresis") return Qt::Key_ydiaeresis;
|
||||||
|
if (str == "Dead_Caron") return Qt::Key_Dead_Caron;
|
||||||
|
|
||||||
// FIXME, correct for all these ?
|
// FIXME, correct for all these ?
|
||||||
if (str == "Super_L") return Qt::Key_Super_L;
|
if (str == "Super_L") return Qt::Key_Super_L;
|
||||||
@ -559,6 +560,7 @@ static std::string const qkey_to_string(int lkey)
|
|||||||
case Qt::Key_ssharp: return "ssharp";
|
case Qt::Key_ssharp: return "ssharp";
|
||||||
case Qt::Key_ydiaeresis: return "ydiaeresis";
|
case Qt::Key_ydiaeresis: return "ydiaeresis";
|
||||||
case Qt::Key_Bar: return "bar";
|
case Qt::Key_Bar: return "bar";
|
||||||
|
case Qt::Key_Dead_Caron: return "Dead_Caron";
|
||||||
|
|
||||||
// FIXME: these ones I don't know the names of ... help !
|
// FIXME: these ones I don't know the names of ... help !
|
||||||
// what's here is basically guesses ...
|
// what's here is basically guesses ...
|
||||||
|
@ -74,6 +74,8 @@ What's new
|
|||||||
|
|
||||||
- Improved example and layout file for Seminar slide documents (bug 7624).
|
- Improved example and layout file for Seminar slide documents (bug 7624).
|
||||||
|
|
||||||
|
- Allow dead caron to be used in our key bindings (bug 8198).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user