github ppkantorski/Ultrahand-Overlay v1.3.4
Ultrahand Overlay 1.3.4

latest releases: v2.1.8, v2.1.7, v2.1.6...
2 years ago

List of changes:

  1. Empty commands now define grouping sections.
  2. Empty commands with a * at the start of them define group commands. Commands defined after will show up in a dropdown menu.
  3. To end the identification of a group command, a group section must be defined.
  4. New command set-footer.
  5. Various bug fixes.

Basic example:

[Section 1]
[*Test]
;mode=option
list_source '(test1, test2, test3)'
set-footer {list_source(*)}

[*Timings]
;mode=option
list_source '(1, 2, 3, 4, 5, 6)'
set-footer {list_source(*)}

[*Commands Group]
[*Test2]
json_source '[{"key_1":"entry 1", "key_2":"entry 2", "key_3":"entry 3"}, {"key_1":"entry a", "key_2":"entry b", "key_3":"entry c"}]' key_1

[Section 1]
[*Test3]
;mode=option
list_source '(test4, test5, test6)'
set-footer {list_source(*)}

update:
Bug fix for selected footer after entering command groups. - 10/3/2023 4:48 PM

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.