summaryrefslogtreecommitdiff
path: root/extra/man/alacritty.5.scd
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-07-13 11:46:25 +0400
committerKirill Chibisov <contact@kchibisov.com>2023-09-04 03:01:12 +0400
commitbfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0 (patch)
treeaba4a49e65c0f10fe871f1e5ca2a1ad7746a6810 /extra/man/alacritty.5.scd
parenta189861880aafcce760e3a142bc2d391f2801f64 (diff)
downloadalacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.tar.gz
alacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.zip
Add bindings for macOS tabs
This doesn't represnet the movement to add tabs on any other platform, unless winit could add a similar API for them.
Diffstat (limited to 'extra/man/alacritty.5.scd')
-rw-r--r--extra/man/alacritty.5.scd26
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index f3cff4ed..8d44e019 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -843,6 +843,32 @@ https://docs.rs/winit/\*/winit/keyboard/enum.Key.html
Enter fullscreen without occupying another space.
*HideOtherApplications*
Hide all windows other than Alacritty.
+ *CreateNewTab*
+ Create new window in a tab.
+ *SelectNextTab*
+ Select next tab.
+ *SelectPreviousTab*
+ Select previous tab.
+ *SelectTab1*
+ Select the first tab.
+ *SelectTab2*
+ Select the second tab.
+ *SelectTab3*
+ Select the third tab.
+ *SelectTab4*
+ Select the fourth tab.
+ *SelectTab5*
+ Select the fifth tab.
+ *SelectTab6*
+ Select the sixth tab.
+ *SelectTab7*
+ Select the seventh tab.
+ *SelectTab8*
+ Select the eighth tab.
+ *SelectTab9*
+ Select the nineth tab.
+ *SelectLastTab*
+ Select the last tab.
_Linux/BSD exclusive:_