0

For some reason, autokey shortkey doesnt work on command line action for example, terminal or changing folder name.

Except that, every app works fine.
I would greatly appreciate any assistance or guidance in resolving this problem.

Here's the background information:
Ubuntu version: 22.04.2 LTS
AutoKey version: 0.96
CPU: Intel i5-1340
GPU: Intel Iris Xe graphics

Thank you

muru
  • 207,228
jaylee1
  • 1
  • 1

1 Answers1

0

by changing the Wayland option it works perfectly

reference link
You can enable the X using the terminal. Open the terminal and run the command:

$ sudo nano /etc/gdm3/custom.conf

There you will find or commented

WaylandEnable=True

change it to

WaylandEnable=false

And restart the system

jaylee1
  • 1
  • 1