You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/COMMANDS.md
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,14 +274,14 @@ A set of key commands is a sequence of commands to be executed when a specified
274
274
-__Description:__ Description of hot key
275
275
-__Commands:__ Commands to be executed when the hot key is pressed
276
276
277
-
A command can set brightness or contrast of a monitor or all monitors, or input source of a monitor.
277
+
A command can set brightness or contrast of a monitor or all monitors, or input source of a monitor, or increment or decrement brightness of a monitor or all monitors.
278
278
279
279
As for the available modifier keys (Alt, Ctrl, Shift, Windows) and keys, please refer the following pages.
If the specified hot key has been already used by the OS or other apps, such hot key cannot be set. In addition, some combinations are not supported as hot keys.
284
+
If the specified hot key has been already used by the OS or other apps, the same hot key cannot be set. In addition, some combinations are not supported as hot keys.
285
285
286
286
The sets of key commands must be specified in an array of JSON format. Then, the prepared JSON file must be loaded using `/load` option. Please refer to [Load/Unload Commands](#loadunload-commands).
287
287
@@ -303,6 +303,7 @@ The valid values will be shown in parentheses. The following are typical values
303
303
Here are a few remarks:
304
304
305
305
- A set of key commands will be overwritten by another set of the same hot key. To execute multiple commands by the same hot key, they must be included in one set of key commands.
306
+
- A key command to increment or decrement brightness will be repeatable only if all commands are those to increment or decrement brightness.
306
307
- While conditional/time/key commands are being executed, other conditional/time/key commands will not be executed. Therefore, the brightness set by key commands will not trigger conditional commands.
0 commit comments