1
0
Fork 0
mirror of https://github.com/Luzifer/streamdeck.git synced 2024-12-20 17:51:21 +00:00
streamdeck/cmd/streamdeck
Knut Ahlers 957d0f36a6
[#4] Use strict config parsing
in order to detect and not silently eat configuration errors during start-up

fixes #4

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-01-01 02:21:07 +01:00
..
.gitignore Add binary to ignore 2019-11-22 01:32:28 +01:00
action_exec.go Fix actin exec env support, add display exec env support 2020-06-06 23:17:16 +02:00
action_keyPress.go Add support for raw key codes 2020-06-06 17:05:21 +02:00
action_page.go Implement relative movement through page-stack 2020-10-30 20:00:01 +01:00
action_pulsevolume.go Add pulsevolume action 2020-08-09 17:22:08 +02:00
action_reload.go Add "reload_config" action 2019-11-22 00:16:25 +01:00
action_toggleDisplay.go Initial version of tooling 2019-11-21 01:00:56 +01:00
config.go [#4] Use strict config parsing 2021-01-01 02:21:07 +01:00
display_color.go Fix: Prevent drawing elements from previous page 2020-06-06 16:14:29 +02:00
display_exec.go Add button caption rendering 2020-08-09 18:34:06 +02:00
display_image.go Add URL-support for images 2020-06-06 18:25:16 +02:00
display_pulsevolume.go Add button caption rendering 2020-08-09 18:34:06 +02:00
enumerate.go Add support for SDXL and multiple StreamDecks 2020-06-06 15:13:06 +02:00
go.mod Add pulseaudio volume display 2020-08-09 15:30:06 +02:00
go.sum Add pulseaudio volume display 2020-08-09 15:30:06 +02:00
helper_displayText.go Fall back to render font for captions 2020-08-09 18:40:40 +02:00
helpers.go Make moving between SDs easier by adjusting images 2020-06-06 15:57:42 +02:00
keymap.go Add "key_press" action 2019-11-21 17:14:05 +01:00
main.go Fix: Use proper context for delayed errors 2020-11-14 21:11:45 +01:00
page.go Add support for over/underlays 2020-09-20 02:41:09 +02:00
pulseaudio.go Update all instances of the sink input matched 2020-09-08 21:48:35 +02:00
registry.go Signalize errored displays on streamdeck 2020-07-10 21:37:47 +02:00
system_pages.go Fix blank page not doing anything 2020-10-30 20:00:18 +01:00