mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +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)
|
||||
|
||||
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": {
|
||||
"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"],
|
||||
}
|
||||
"x": {
|
||||
"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"],
|
||||
}
|
||||
```
|
||||
|
||||
## adding a new screen resolution option to the _settings_ menu
|
||||
|
||||
Reference in New Issue
Block a user