[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/shortcuts
From:       John Tapsell <john.tapsell () kdemail ! net>
Date:       2009-06-03 19:07:14
Message-ID: 1244056034.656357.15421.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 977282 by johnflux:

Add F11 as a shortcut for fullscreen

Discussed on kde-devel kde-usability, with majority favouring the addition.
This may be overridden by kwin, to provide full screen capability for all
apps (including non-kde apps), but this shortcut would still be required
here for consistency when not running kwin.



 M  +1 -1      kstandardshortcut.cpp  


--- trunk/KDE/kdelibs/kdeui/shortcuts/kstandardshortcut.cpp #977281:977282
@@ -128,7 +128,7 @@
     { AddBookmark    , "AddBookmark"          , I18N_NOOP2("@action"                 \
, "Add Bookmark")         , CTRL(B)         , 0                 , KShortcut(), false \
},  { ZoomIn         , "ZoomIn"               , I18N_NOOP2("@action"                  \
, "Zoom In")              , CTRL(Plus)      , CTRL(Equal)       , KShortcut(), false \
},  { ZoomOut        , "ZoomOut"              , I18N_NOOP2("@action"                  \
, "Zoom Out")             , CTRL(Minus)     , 0                 , KShortcut(), false \
                },
-    { FullScreen     , "FullScreen"           , I18N_NOOP2("@action"                 \
, "Full Screen Mode")     , CTRLSHIFT(F)    , 0                 , KShortcut(), false \
}, +    { FullScreen     , "FullScreen"           , I18N_NOOP2("@action"              \
, "Full Screen Mode")     , CTRLSHIFT(F)    , Qt::Key_F1        , KShortcut(), false \
},  
     { ShowMenubar    , "ShowMenubar"          , I18N_NOOP2("@action"                 \
, "Show Menu Bar")        , CTRL(M)         , 0                 , KShortcut(), false \
},  { TabNext        , "Activate Next Tab"    , I18N_NOOP2("@action"                  \
, "Activate Next Tab")    , CTRL(Period)    , CTRL(BracketRight), KShortcut(), false \
},


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic