Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 517 Bytes

GIM

General input manager.

Info

  • QCursor, class to provide a mouse cursor with an arbitrary shape.
  • qxtglobalshortcut, cross-platform library for handling system-wide shortcuts in Qt applications.

Samples

Shortcut

Sample to get actions thought keyboard using QT and qxtglobalshortcut as dependencies.

Limitations:

  • If a shortcut already exist, cannot parse it.
  • Shall register manually all inputs in qt enum mode.