summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-04-22 14:02:38 +0100
committerVincent Sanders <vince@kyllikki.org>2018-04-22 14:03:18 +0100
commit0569fbf1709fcd7101586c9de5fb17686394a827 (patch)
tree8afc0e08b8299059113a76be928423a7d097a08e
parent2c7d24c5bc8b99738c25fce68c5b3e485530b5cc (diff)
downloadnetsurf-0569fbf1709fcd7101586c9de5fb17686394a827.tar.gz
netsurf-0569fbf1709fcd7101586c9de5fb17686394a827.tar.bz2
change tab next and back accelerators
fixes bug #2581
-rw-r--r--frontends/gtk/res/accelerators4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/gtk/res/accelerators b/frontends/gtk/res/accelerators
index e4140fce5..2da229aff 100644
--- a/frontends/gtk/res/accelerators
+++ b/frontends/gtk/res/accelerators
@@ -5,8 +5,8 @@
# The key names are the same as those in the gdk/gdkkeysyms.h header file
# but without the leading “GDK_KEY_”.
-gtkNextTab:<Control>Right
-gtkPrevTab:<Control>Left
+gtkNextTab:<Control>Page_Down
+gtkPrevTab:<Control>Page_Up
gtkCloseTab:<Control>w
gtkNewTab:<Control>t
gtkNewWindow:<Control>n