What are the names of the configuration items for key bindings?

Asked by Emmanuel Beffara

I could not find documentation for the key configuration options used to change key bindings. The available documentation states a few examples of xxx_key and yyy_accelerator items but there is no comprehensive list of available items.

In particular, I want the bindings used by other applications for tab handling:

- Ctrl-PageUp/Down : focus on the previous/next tab
- Ctrl-Shift-PageUp/Down : move the current tab to the left/right

How can I do that?

Question information

Language:
English Edit question
Status:
Answered
For:
Sakura Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
David Gómez (dabisu) said :
#1

The only comprehensive list is the configuration file for sakura. There you have all the available keybindings.

I misunderstood your previous message. And yes, the correct configuration for the configuration you want is as you've pointed out in the bug comments:

switch_tab_accelerator=4
move_tab_accelerator=5
prev_tab_key=Page_Up
next_tab_key=Page_Down

It doesn't work, and it's a bug. At a first look a think the solution is add different configuration keys for move and switch keys in the source (right now prev_tab_key and next_tab_key is used for both of them).

I'll change the bug description and reopen it.

Can you help with this problem?

Provide an answer of your own, or ask Emmanuel Beffara for more information if necessary.

To post a message you must log in.