Sway keybindings
Showing current keybindings using swaymsg is not possible at the moment
- ipc: add query for mode bindings
- Get list of key bindings via swaymsg
- List all keybindings in running session
- Manjaro-sway: Parse bindsym and add help to launcher
Show current keybindings using custom alias as a Markdown table:
sway_keybindings
Show current keybindings using custom alias, raw:
sway_keybindings_raw
remontoire
A graphical keybinding viewer for i3 and other programs.
- Github
- Last commit 2022-06
- How to use Remontoire as a Sway keyboard shortcut viewer
Install:
pacman -S core/automake core/autoconf
pamac install remontoire-regolith
Usage:
remontoire -c ~/.config/sway/config.d/40-bindsym.conf
or Using Remontoire to view keybindings for arbitrary config files:
cat ~/.config/sway/config.d/40-bindsym.conf | remontoire -i -p '"'
i3keys
Lists available bindings for i3 or Sway with a graphical or text keyboard
- Github
- Last commit 2022-10