Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0 RC
-
None
-
Qt5.9.0 rc, Windows 10 x64, msvc2015 x64
-
c76b0c87b0cd9ba55dcb50eee0792592226672b3 (qtbase/5.9, 1.6.2017, 5.9.1)
Description
TextInput shortcuts (Ctrl+C, Ctrl+V, etc.) do not work in russian keyboard layout.
I tested it on a simple example:
import QtQuick 2.0 import QtQuick.Window 2.0 Window { id: root width: 600 height: 400 visible: true TextInput { focus: true text: "TextInput" anchors.centerIn: parent } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-61460 Copy/Paste Shortcuts don't work in Russian Keyboard Layout
-
- Closed
-
- resulted from
-
QTBUG-58304 QKeySequenceEdit shows Ctrl+\ when Ctrl+< is pressed with a French keyboard on Windows
-
- Open
-