Skip to content

partially fixing issue #43

Khalil Fazal requested to merge khalilfazal:fork into master

What works:

  • images for mouse buttons shows up properly: smooth transition between key presses (gtk.Label) and mouse clicks (gtk.Image)
  • images for mouse buttons:
    • left, middle, and right mouse buttons
    • scroll up/down
    • scroll left/right

TODO:

  • Change the mouse image's aspect (size, color, opacity) with respect to options
  • add option to show the buttons on top of the cursor (requested by @ChameleonScales) instead of where keys normally appear on the bottom
  • add a mouse circling feature better than keymon's

Merge request reports