More keyboard refactor.
This commit is contained in:
@@ -215,6 +215,8 @@ Leaving `audiodriver` empty uses the OpenAL Soft default ordering from the insta
|
||||
|
||||
You can see the below keystrokes in your config file.
|
||||
|
||||
Press F1 for keyboard help generated from the bindings currently loaded from your config file. Press F10 for focused user/channel actions and audio settings.
|
||||
|
||||
Pressing tab inside the main window switches between the user/channel tree view and the message input box.
|
||||
When in the message input box:
|
||||
* left and right arrow keys move by character
|
||||
@@ -302,21 +304,24 @@ After running the command above, `barnard` will be compiled as `$(go env GOPATH)
|
||||
### Key bindings
|
||||
|
||||
- <kbd>Ctrl+T</kbd>: toggle voice transmission
|
||||
- <kbd>F1</kbd>: open keyboard help
|
||||
- <kbd>Alt+M</kbd>: toggle your Mumble self-mute state from anywhere
|
||||
- <kbd>F9</kbd>: toggle noise suppression
|
||||
- <kbd>F12</kbd>: toggle automatic gain control
|
||||
- <kbd>F10</kbd>: open actions menu for the focused tree item
|
||||
- <kbd>F10</kbd>: open actions and settings for the focused tree item
|
||||
- <kbd>Ctrl+R</kbd>: toggle recording
|
||||
- <kbd>Ctrl+L</kbd>: clear chat log
|
||||
- <kbd>Tab</kbd>: toggle focus between chat and user tree
|
||||
- <kbd>Page Up</kbd>: scroll chat up
|
||||
- <kbd>Page Down</kbd>: scroll chat down
|
||||
- <kbd>Home</kbd>: scroll chat to the top
|
||||
- <kbd>End</kbd>: scroll chat to the bottom
|
||||
- <kbd>Home</kbd>: scroll chat to the top outside the message input
|
||||
- <kbd>End</kbd>: scroll chat to the bottom outside the message input
|
||||
- <kbd>Ctrl+Q</kbd>: quit
|
||||
|
||||
With the user/channel tree focused, M locally mutes the focused user or channel, Left/Right changes incoming volume, and Backspace restores the focused user or channel to unmuted, 100% volume, and normal boost. M on your own user toggles self-mute. In the message input, printable letters and editing keys retain their normal behavior.
|
||||
|
||||
Home and End move to the beginning and end of text while the message input is focused. Outside the message input, they jump the chat log to its oldest and newest entries.
|
||||
|
||||
## License
|
||||
|
||||
GPLv2
|
||||
|
||||
Reference in New Issue
Block a user