Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST Server feature #1300

Closed
wants to merge 11 commits into from
Closed

REST Server feature #1300

wants to merge 11 commits into from

Conversation

boristomas
Copy link

@boristomas boristomas commented Oct 16, 2018

This pull request proposes the following changes:

  • Added button "assign all" to select all available keys (to avoid selecting one by one)
  • Added "remove all" because previous
  • Added support for listening to REST post with aurora. (there is new "server" tab in settings). Using this feature and ifttt.com (webhooks) users can temporary switch desktop profile for example when new email arrives
  • Some other tiny fixes i ran into while figuring out the whole project

Known issues/To do:

  • We are providing server, that i hope will remain free.
  • Please test before final release, currently server is behind IP but I'll put it behind a domain
  • Server switching works only with desktop profiles, it would be nice to somehow set active profile even when another app is running profile (for example: i am playing Dota and i got new email, i would like to switch to profile for new email and then take it back to dota) Changing to desktop profile when an app , profile is active does nothing, any idea how to do that?
  • It would be awesome if we could hook up aurora on IFTTT but it will cost around 15k usd yearly :)

Peace!
Boris

@boristomas boristomas changed the title Dev REST Server feature Oct 16, 2018
@boristomas
Copy link
Author

Hi @antonpup any feedback? tests?

@Bluscream
Copy link

Quick question, can you make shift+click assign only all keyboard keys, not mouse or others

@boristomas
Copy link
Author

Quick question, can you make shift+click assign only all keyboard keys, not mouse or others

something like a button: Select only keyboard keys?

@Bluscream
Copy link

A extra button seems too much to me. Just add something like a if (Key.Down.Shift) to the button onclick handler

@boristomas boristomas closed this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants