mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Uncommon tips and tricks: new section to reset F13-F24 (#808)
This commit is contained in:
parent
b10514f121
commit
6b155c0206
1 changed files with 18 additions and 0 deletions
|
@ -82,6 +82,24 @@ input {
|
||||||
kb_options = caps:swapescape
|
kb_options = caps:swapescape
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Set F13-F24 as usual function keys
|
||||||
|
By default, F13-F24 are mapped by xkb as various "XF86" keysyms. These cause binding
|
||||||
|
issues in many programs. One example is OBS Studio, which does not detect the XF86
|
||||||
|
keysyms as usable keybindings, making you unable to use them for binds. This option
|
||||||
|
simply maps them back to the expected F13-F24 values, which are bindable as normal.
|
||||||
|
|
||||||
|
{{< callout >}}
|
||||||
|
This option was only added recently to `xkeyboard-config`. Please ensure you are on version
|
||||||
|
2.43 or greater for this option to do anything.
|
||||||
|
{{< /callout >}}
|
||||||
|
|
||||||
|
```
|
||||||
|
input {
|
||||||
|
kb_options = fkeys:basic_13-24
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Minimize windows using special workspaces
|
## Minimize windows using special workspaces
|
||||||
This approach uses special workspaces to mimic the "minimize window" function, by using a single keybind to toggle the minimized state.
|
This approach uses special workspaces to mimic the "minimize window" function, by using a single keybind to toggle the minimized state.
|
||||||
Note that one keybind can only handle one window.
|
Note that one keybind can only handle one window.
|
||||||
|
|
Loading…
Reference in a new issue