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

Advanced Keyboard Macro does not enter text correctly #1099

Open
Bus42 opened this issue Jun 4, 2024 · 3 comments
Open

Advanced Keyboard Macro does not enter text correctly #1099

Bus42 opened this issue Jun 4, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Bus42
Copy link

Bus42 commented Jun 4, 2024

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 as shift down + shift up + 7 = 7 and prints "77."

To Reproduce

Steps to reproduce the behavior:

  1. Record a keyboard macro using the shift key
  2. Observe the recorded actions
  3. Observe the actual output

Expected behavior

Output should match input

Screenshots

image

image

Server App (please complete the following information):

  • OS:
          `.:/ossyyyysso/:.               greg@studio42 
       .:oyyyyyyyyyyyyyyyyyyo:`           ------------- 
     -oyyyyyyyodMMyyyyyyyysyyyyo-         OS: Kubuntu 24.04 LTS x86_64 
   -syyyyyyyyyydMMyoyyyydmMMyyyyys-       Host: B550 Phantom Gaming 4 
  oyyysdMysyyyydMMMMMMMMMMMMMyyyyyyyo     Kernel: 6.8.0-35-generic 
`oyyyydMMMMysyysoooooodMMMMyyyyyyyyyo`    Uptime: 2 hours, 56 mins 
oyyyyyydMMMMyyyyyyyyyyyysdMMysssssyyyo    Packages: 3145 (dpkg), 8 (flatpak), 20 (snap) 
-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy-   Shell: bash 5.2.21 
oyyyysoodMyyyyyyyyyyyyyyyyyyydMMMMysyyyo   Resolution: 2560x1440, 2560x1440 
yyysdMMMMMyyyyyyyyyyyyyyyyyyysosyyyyyyyy   DE: Plasma 5.27.11 
yyysdMMMMMyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy   WM: KWin 
oyyyyysosdyyyyyyyyyyyyyyyyyyydMMMMysyyyo   Theme: [Plasma], Breeze [GTK2/3] 
-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy-   Icons: [Plasma], breeze-dark [GTK2/3] 
oyyyyyydMMMysyyyyyyyyyyysdMMyoyyyoyyyo    Terminal: konsole 
`oyyyydMMMysyyyoooooodMMMMyoyyyyyyyyo     CPU: AMD Ryzen 5 3600 (12) @ 3.600GHz 
  oyyysyyoyyyysdMMMMMMMMMMMyyyyyyyyo      GPU: NVIDIA GeForce RTX 3050 6GB 
   -syyyyyyyyydMMMysyyydMMMysyyyys-       Memory: 16703MiB / 32012MiB 
     -oyyyyyyydMMyyyyyyysosyyyyo-
       ./oyyyyyyyyyyyyyyyyyyo/.                                   
          `.:/oosyyyysso/:.`                                      


  • Version [e.g. 1.9.0]

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

@Bus42 Bus42 added the bug Something isn't working label Jun 4, 2024
@rivafarabi
Copy link
Owner

Though it is still in beta, have you tried the latest version 3.0.0-rc9.5? You also need to download beta version from Google Play Beta program

@bscott-monrovia
Copy link

bscott-monrovia commented Jun 28, 2024

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.

@rivafarabi
Copy link
Owner

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

Looking forward to your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants