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

Bug: PC wake is done using "arrow up" key, which affect many applications. F13 should be used. #383

Open
2 of 4 tasks
BarsMonster opened this issue Jan 5, 2024 · 1 comment

Comments

@BarsMonster
Copy link

Describe the bug
When waking computer up - "arrow up" key is pressed which can affect some foreground applications. It's a popular key.

To Reproduce

  1. Trigger computer wake event
  2. See that while computer wakes up, application receives arrow up event which is unexpected.

Expected behavior
Some rare key is pressed instead. I've tested F13 (which regular users almost never use), and it work as expected with no side effects.

Misc info (please complete the following information):

  • Windows 23H2, 22631.2861:
  • Windows' UI language: English
  • HASS.Agent version: 2022.14.0

Please check what's applicable (multiple answers possible):

  • Installed via installer
  • Installed manually
  • Problem occurs in HASS.Agent
  • Problem occurs in Satellite Service

Additional context

Logs

@BenjyP1235
Copy link

I believe you can overcome this by using the multiplekeys command and sending [{F13]} although I do agree the monitor wake command should be changed to this. You can even rename it to the monitorwake command in HASS Agent if you already have automation set up using it.

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

No branches or pull requests

2 participants