-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make RK/RK win apps available as a priority app in Focus Assist #112
Comments
The toast notifications are neat apart from the difficulty with Focus Assist. An alternative for AAC apps could be to have a --copy switch. Put the return message into the clipboard so the app can display in a cell. e.g. Communicator5 cell script would be something like this to switch put the new device name into the message bar: It's a bit clunky so getting toast to register properly would be best. |
I think trying it out isn't a bad idea - Funnily enough I thought of another similar idea.. See #121 |
Bug in your PR: Line 179 call to copy_return() 2nd parameter command is unknown, should be devcommand. With this fix --copy flag works really well in Communicator5 using the script in my previous comment. This is an effective alternative, but the user & I both would prefer toast notifications if the Focus Assist can be resolved. |
ok - well im a fan of options.. lets merge it and still keep plugging away at that issue |
--copy working great after merging modified #121 |
This might help - doubt it - but might https://github.com/binwiederhier/ntfy |
Joe - I have a favour to ask. Can you install this app we pulled together. https://github.com/AceCentre/TranslateAndTTS#step-1-download Dont worry - you dont really need to set it up. Just add a call in communicator to the exe. I want to get it to create an alert. Just getting it offline should do it. Get communicator full screen. Does the alert come up with UAC and all that set up? Im kind of incredulous as it is for me.. and I didnt think it would If thats the case the way we do notifications (QT with a timeout). We might copy over to relaykeys.. but I don't believe it. |
Is your feature request related to a problem? Please describe.
For users to use AAC - which is typically fullscreen - they will only get notifications if they turn off a bunch of settings. Which is ugly. https://docs.acecentre.org.uk/products/v/relaykeys/guides#a-tip-on-notifications
If it was a "Priority" App it would be a bit nicer.
Describe the solution you'd like
Make RK/equivalents a Priority app. We should be able to do this using AppSetUserID - I'm trying this with a NSIS extension like seen in this PR #111 - but have no idea if its working. It doesn't look like it.
as @joedevsys says
And then me:
See #105 (comment)
Describe alternatives you've considered
https://github.com/safing/nsis-shortcut-properties
Not worked either.. Well definitely app is getting registered correctly. But I dont see it in a priority list
Additional context
We could do a popup modal or similar - but it won't work as the AAC app has fullscreen view. It would just get hidden in the background.
The text was updated successfully, but these errors were encountered: