Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajimgajim
  • gajimgajim
  • Wiki
  • Help
  • Keyboard Shortcuts

Keyboard Shortcuts · Changes

Page history
Update Keyboard Shortcuts authored Sep 07, 2022 by Philipp Hörist's avatar Philipp Hörist
Hide whitespace changes
Inline Side-by-side
help/Keyboard-Shortcuts.markdown 0 → 100644
View page @ 4ced4c47
[[_TOC_]]
Keyboard shortcuts can be found in Gajim as follows: Help > Shortcuts
## Custom Keyboard Shortcuts
You can add a file called `shortcuts.json` in the gajim config directory.
For Example on Ubuntu
`~/.config/gajim/shortcuts.json`
```json
{
"win.switch-next-tab": ["<Alt>minus"],
"win.switch-prev-tab": ["<Alt>period"]
}
```
All current actions you can check out in the default `shortcuts.json` inside our repository [here](https://dev.gajim.org/gajim/gajim/-/blob/master/gajim/data/other/shortcuts.json).
Key names you can take from [here](https://lazka.github.io/pgi-docs/#Gdk-3.0/constants.html).
Example: `Gdk.KEY_F1` becomes `F1`
Modifiers: `<Shift>`, `<Ctrl>`, `<Alt>`, `<Primary>`
## Disable Shortcut
```json
{
"win.switch-next-tab": [],
}
```
Clone repository

Home

FAQ

Keyboard Shortcuts

Setting Overrides

Backup

DBus Interface


Development

Contributing

Updating Changlog

Debugging