Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0
-
None
-
Windows 7, QT v 5.4.0
-
03a40d3a46b078f6cf516e5a42ef2e11a5366a20 (qtbase/5.4.1, 29.1.2015, 5.4.1)
Description
If I switch to cyrillic keyboard layout copy/past operations with CTRL+C, CRTL+V stop works in any QT widgets (e.g. QTextEdit). The problem is reproduced in my QT application, QT-Creator 3.3.0, QT Designer 5.4. To reproduse it:
1. Launch QT Designer 5.4
2. Create new Dialog
3. Add QTextEdit to Dialog
4. Press CTRL+R to execute dialog preview.
5. Print some text in text edit box.
6. Try to copy and past your text with CTRL+C & CTRL+V shortcuts.
7. Switch the keyboard layout to cyrillic language (Russian in my case).
8. Repeat operation 6 copy and past your text with CTRL+C & CTRL+V shortcuts.
Expectes that operation 8 copy and past text properly.
Realy CTRL+C & CTRL+V do nothing.
Attachments
Issue Links
- is duplicated by
-
QTBUG-43596 Qt's standard context menu shortcuts don't work in non-latin keyboard layout
- Closed
- resulted from
-
QTBUG-35734 When pressing CTRL+SHIFT+number on a German keyboard then the key() you get in the key press is not always as expected
- Closed