Add new option

This commit is contained in:
Jacob 2023-07-22 18:36:02 +02:00
parent 258b6fa463
commit 01b7b82bbd
2 changed files with 20 additions and 12 deletions

View file

@ -53,42 +53,46 @@ bind = {
Tip: Use `Ctrl+f` to search this list, because it is quite long.
- bind.keys.modifier
- **bind.keys.modifier**
- Description: Modifier that must be pressed for the function to be executed
- Type: String
- bind.keys.mode
- **bind.keys.mode**
- Description: Mode that must be in use for the function to be executed
- Type: Integer
- bind.keys.key
- **bind.keys.key**
- Description: Key that must be pressed for the function to be executed
- Type: String
- bind.keys.function
- **bind.keys.function**
- Description: Function to execute when the conditions are met
- Type: String
- bind.keys.argument
- **bind.keys.argument**
- Description: Argument passed to the function
- Type: String
- bind.keys.ignoreglobalkeys
- **bind.keys.ignoreglobalkeys**
- Description: Ignore hardcoded keybinds
- Type: Integer
- bind.keys.forceinsertmode
- **bind.keys.forceinsertmode**
- Type: Integer
- bind.mouse.click
- **bind.mouse.click**
- Description: Area where the click must have been for the function to be executed
- Type: String
- bind.mouse.button
- **bind.mouse.button**
- Description: Mouse button that must have been used to click for the
function to be executed
- Type: String
- bind.mouse.function
- **bind.mouse.function**
- Description: Function to execute when all conditions are met
- Type: string
- bind.mouse.argument
- **bind.mouse.argument**
- Description: Argument passed to the function
- Type: String
- bind.mouse.ignoreglobalmouse
- **bind.mouse.ignoreglobalmouse**
- Description: Ignore hardcoded mouse binds
- Type: Integer
- **bind.mouse.scrolldistance**
- Description: Distance to scroll for a scroll action to count
- Type: Integer
- Note: Only applies for Wayland
## See also

View file

@ -731,6 +731,10 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.mouse.ignoreglobalmouse**
- Description: Ignore hardcoded mouse binds
- Type: Integer
- **spmenu.mouse.scrolldistance**
- Description: Distance to scroll for a scroll action to count
- Type: Integer
- Note: Only applies for Wayland
## See also