summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-06-25 07:41:30 +0200
committerCanop <cano.petrole@gmail.com>2022-06-25 07:41:30 +0200
commit03f5270cd3bf6a9a126d57e3dce1d1dcc20589d6 (patch)
treed4012442695b616dfb01bc39ca95d6ca524fe836 /website/docs
parenta735ede0ab7465ccbd94a4b79bac5a64be6860c9 (diff)
mention print_key on website
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/common-problems.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/docs/common-problems.md b/website/docs/common-problems.md
index 8f01bb0..1587b99 100644
--- a/website/docs/common-problems.md
+++ b/website/docs/common-problems.md
@@ -34,6 +34,8 @@ Another problem is the fact the `br` function doesn't set a proper pane name (yo
Most terminals intercept a few keyboard shortcut for their own features. You may need to remap your terminal's default keyboard shortcuts.
+I've made a small program which tells you what key combinations are available: [print_key](https://github.com/Canop/print_key).
+
## remap in Windows Terminal
[Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/) binds `alt+enter` to the "toggle fullscreen" command by default. To reclaim `alt+enter` for Broot, [add an 'unbound' entry to the actions array in settings.json](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys):