Browse Source

Changed default next and previous tab keys to ctrl-tab and ctrl-shift-tab

merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
d542a91c1f
  1. 4
      src/files.h

4
src/files.h

@ -98,8 +98,8 @@ const std::string configjson =
" \"kill_last_running\": \"<primary>Escape\",\n" " \"kill_last_running\": \"<primary>Escape\",\n"
" \"force_kill_last_running\": \"<primary><shift>Escape\",\n" " \"force_kill_last_running\": \"<primary><shift>Escape\",\n"
#ifdef __linux #ifdef __linux
" \"next_tab\": \"<primary>Page_Down\",\n" " \"next_tab\": \"<primary>Tab\",\n"
" \"previous_tab\": \"<primary>Page_Up\",\n" " \"previous_tab\": \"<primary><shift>Tab\",\n"
#else #else
" \"next_tab\": \"<primary><alt>Right\",\n" " \"next_tab\": \"<primary><alt>Right\",\n"
" \"previous_tab\": \"<primary><alt>Left\",\n" " \"previous_tab\": \"<primary><alt>Left\",\n"

Loading…
Cancel
Save