From 15e59dc9ed3a277ea4e31807fb33736441f8cda1 Mon Sep 17 00:00:00 2001 From: langolierz Date: Sun, 11 Feb 2018 10:34:18 +1300 Subject: [PATCH] Update develop_docs.md --- documentation/develop_docs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/develop_docs.md b/documentation/develop_docs.md index 490af5f..43193d5 100644 --- a/documentation/develop_docs.md +++ b/documentation/develop_docs.md @@ -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