Ignore:
Timestamp:
Nov 27, 2009, 1:20:02 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: Completely steal the Alt key and other default shortcuts (Alt+F7, Alt+F10 etc) from the system-wide frame accelerator table so that they can be normally processed by Qt applications. The only ones remaining for the system are are Alt+F4, Ctrl+Esc, Alt+Esc.

File:
1 edited

Legend:

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

    r317 r353  
    842842        } else {
    843843            switch(msg) {
     844
     845
     846
     847
     848
     849
     850
     851
     852
     853
     854
     855
     856
     857
     858
     859
     860
     861
     862
     863
     864
     865
     866
    844867
    845868            case WM_CHAR: { // keyboard event
Note: See TracChangeset for help on using the changeset viewer.