diff options
| author | André Wöbbeking <[email protected]> | 2008-01-03 10:37:44 +0000 |
|---|---|---|
| committer | André Wöbbeking <[email protected]> | 2008-01-03 10:37:44 +0000 |
| commit | a9ab876f708f84886f9d65e680f5ce58b22aa300 (patch) | |
| tree | 6ee77eb3a287c5f73a6e72f60ff1fb6751d379ec /src/dolphinui.rc | |
| parent | 706c9791adb48d8cc8a5d2363610531cb997665d (diff) | |
we've to use Qt's names for keys.
BTW, why isn't the standard shortcut used (Alt+Left instead of Backspace)?
svn path=/trunk/KDE/kdebase/apps/; revision=756486
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 707dd7c43..2f5d1c9d8 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -124,6 +124,6 @@ <Action name="split_view" /> </ToolBar> <ActionProperties> - <Action shortcut="Backspace; XF86Back" name="go_back" /> + <Action shortcut="Backspace; Back" name="go_back" /> </ActionProperties> </kpartgui> |
