mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-14 12:20:03 +01:00
Update develop_docs.md
This commit is contained in:
@@ -16,14 +16,14 @@ to simpify the key-mapping process, i have premapped the numpad keys to the _lab
|
|||||||
|
|
||||||
(see [dotfiles] for description of this process)
|
(see [dotfiles] for description of this process)
|
||||||
|
|
||||||
for each _label_ the application will read the `[keypad_action_mapping.json]` file and map it to an `[action]`. currently the format also allows unique actions per _display_mode_ and per the `2ND FUNC` toggle :
|
for each _label_ the application will read the [keypad_action_mapping.json] file and map it to an [action]. currently the format also allows unique actions per _display_mode_ and per the `2ND FUNC` toggle :
|
||||||
|
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
"x": {
|
"x": {
|
||||||
"BROWSER": ["trigger_this_action_in_display_mode"],
|
"BROWSER": ["trigger_this_action_in_display_mode"],
|
||||||
"DEFAULT": ["trigger_this_action_in_any_other_mode_with_FN_off","trigger_this_action_in_any_other_mode_with_FN_on"],
|
"DEFAULT": ["trigger_this_action_in_any_other_mode_with_FN_off","trigger_this_action_in_any_other_mode_with_FN_on"],
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## adding a new screen resolution option to the _settings_ menu
|
## adding a new screen resolution option to the _settings_ menu
|
||||||
|
|||||||
Reference in New Issue
Block a user