Add larger-client layouts, cmd arguments, and new action types - #4
Open
MohammedSalem2510 wants to merge 1 commit into
Open
Conversation
The fixed 100px 5x3 grid only fills part of the screen on DeskThing clients bigger than the Car Thing's 800x480 (tablets, Echo Show). - Add three layout options: the existing 5x3, a 5x3 scaled to fill the display, and a 7x5 grid of 35 buttons (the original 15 stay centred and unchanged; the new 20 fill the outer ring clockwise from the top-left), selectable from settings - Support arguments in cmd actions, so a wrapper script is no longer needed to pass parameters - Add three action types alongside cmd: key for a global keystroke, url to open a link, and dt to fire a DeskThing action such as dt,server,play or dt,discord,mute - Run commands on Windows as well as Linux, and add windows to the manifest platforms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The fixed 100px 5x3 grid only fills part of the screen on DeskThing clients bigger than the Car Thing's 800x480 (tablets, Echo Show).