Ignore:
Timestamp:
Dec 22, 2009, 2:34:55 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented proper generation of possible key and modifier combinations for a given key event. This in particular enables Ctrl+<letter> shortcuts for non-Latin languages and also makes Ctrl+<letter>, Alt+<letter> and similar shortcuts language-neutral. See #50 for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qkeymapper.cpp

    r2 r434  
    9191void QKeyMapper::changeKeyboard()
    9292{
     93#ifdef Q_WS_PM
     94    // don't clear key mappings on layout change on OS/2 since we keep track of
     95    // both layouts (Latin and National) in parallel
     96#else
    9397    instance()->d_func()->clearMappings();
     98#endif
    9499
    95100    // inform all toplevel widgets of the change
Note: See TracChangeset for help on using the changeset viewer.