[nautilus] ui: add back keybindings for Back/Forward/Up



commit 445b865481e54944fd1328094965ecdd7767ca46
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Aug 23 12:05:33 2012 +0200

    ui: add back keybindings for Back/Forward/Up
    
    These got lost during the menu layout rework.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679822
    https://bugzilla.gnome.org/show_bug.cgi?id=680250

 src/nautilus-shell-ui.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index dc47520..b63a682 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -1,9 +1,12 @@
 <ui>
+<accelerator action="Back"/>
+<accelerator action="Forward"/>
 <accelerator action="Search"/>
 <accelerator action="TabsPrevious"/>
 <accelerator action="TabsNext"/>
 <accelerator action="TabsMoveLeft"/>
 <accelerator action="TabsMoveRight"/>
+<accelerator action="Up"/>
 <accelerator action="ZoomInAccel"/>
 <accelerator action="ZoomInAccel2"/>
 <accelerator action="ZoomOutAccel"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]