• Maxim Monastirsky's avatar
    tdf#103158 ctrl+shift should work on key up · fe045125
    Maxim Monastirsky yazdı
    Under gtk/gtk3 we send CommandEventId::ModKeyChange on
    key down, to support the auto-accelerator feature. But
    at least the handler in SwEditWin::Command must get it
    on key up, in order to not interfere with other
    ctrl+shift+X shortcuts, which work on key down.
    
    To achieve that, we need:
    
    - On key up pass the key that was just released, instead
      of the current state of nothing being pressed.
    
    - Have a flag of whether it's a key down or up event, so
      it can be checked by the application code.
    
    Change-Id: If188d6ccdc3b214a2c3ed20aad291d74d46b358f
    Reviewed-on: https://gerrit.libreoffice.org/37275Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
    fe045125
Adı
Son kayıt (commit)
Son güncelleme
..
AnchorOverlayObject.cxx Loading commit data...
AnchorOverlayObject.hxx Loading commit data...
AnnotationMenuButton.cxx Loading commit data...
AnnotationMenuButton.hxx Loading commit data...
AnnotationWin.cxx Loading commit data...
AnnotationWin2.cxx Loading commit data...
DashedLine.cxx Loading commit data...
FrameControlsManager.cxx Loading commit data...
HeaderFooterWin.cxx Loading commit data...
OverlayRanges.cxx Loading commit data...
OverlayRanges.hxx Loading commit data...
PageBreakWin.cxx Loading commit data...
PostItMgr.cxx Loading commit data...
ShadowOverlayObject.cxx Loading commit data...
ShadowOverlayObject.hxx Loading commit data...
SidebarScrollBar.cxx Loading commit data...
SidebarScrollBar.hxx Loading commit data...
SidebarTxtControl.cxx Loading commit data...
SidebarTxtControl.hxx Loading commit data...
SidebarTxtControlAcc.cxx Loading commit data...
SidebarTxtControlAcc.hxx Loading commit data...
SidebarWinAcc.cxx Loading commit data...
SidebarWinAcc.hxx Loading commit data...
annotation.hrc Loading commit data...
docvw.hrc Loading commit data...
docvw.src Loading commit data...
edtdd.cxx Loading commit data...
edtwin.cxx Loading commit data...
edtwin2.cxx Loading commit data...
edtwin3.cxx Loading commit data...
frmsidebarwincontainer.cxx Loading commit data...
frmsidebarwincontainer.hxx Loading commit data...
romenu.cxx Loading commit data...
romenu.hxx Loading commit data...
srcedtw.cxx Loading commit data...