You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you record a macro with the keyboard and use shift+anything, it does not correctly record the keyboard events. Keyup on shift is always directly after the keydown event regardless of any keys that may be pressed while the shift key is down. For example && records as shift down + shift up + 7 = 7 and prints "77."
To Reproduce
Steps to reproduce the behavior:
Record a keyboard macro using the shift key
Observe the recorded actions
Observe the actual output
Expected behavior
Output should match input
Screenshots
Server App (please complete the following information):
Client App (please complete the following information):
OS: Android 14, API level 34
Version: Deckboard Client 2.1.1
Required files
database.db (located in C:\Users%USER%\deckboard)
Please include the location for Linux installations, including Snap installs. I could not find this file.
log.log (located in located in C:\Users%USER%\AppData\Roaming\Deckboard)
Please include the location for Linux installations, including Snap installs. I could not find this file.
Additional context
The text was updated successfully, but these errors were encountered:
Version 3.1.02, when I record something like Ctrl-Shift-F, it records:
Ctrl down
Ctrl Up
Shift down
Shift up
F down
F up
Which of course does not do the multi-key chord, but only presses and releases each key in sequence. The "Simple keyboard" is even worse, as it will record shift-F or Ctrl-F but not shift-ctrl-F.
Version 3.1.02, when I record something like Ctrl-Shift-F, it records: Ctrl down Ctrl Up Shift down Shift up F down F up
Which of course does not do the multi-key chord, but only presses and releases each key in sequence. The "Simple keyboard" is even worse, as it will record shift-F or Ctrl-F but not shift-ctrl-F.
The key event sequence recorder has been revised in version 3.0.2
Describe the bug
If you record a macro with the keyboard and use shift+anything, it does not correctly record the keyboard events. Keyup on shift is always directly after the keydown event regardless of any keys that may be pressed while the shift key is down. For example
&&
records asshift down + shift up + 7 = 7
and prints "77."To Reproduce
Steps to reproduce the behavior:
Expected behavior
Output should match input
Screenshots
Server App (please complete the following information):
Client App (please complete the following information):
Required files
database.db (located in
C:\Users%USER%\deckboard
)Please include the location for Linux installations, including Snap installs. I could not find this file.
log.log (located in located in
C:\Users%USER%\AppData\Roaming\Deckboard
)Please include the location for Linux installations, including Snap installs. I could not find this file.
Additional context
The text was updated successfully, but these errors were encountered: