Skip to content
  • Albert Vaca Cintora's avatar
    MousePad: Added support for any UTF character and more special keys. · ea5d9c8e
    Albert Vaca Cintora authored
    I've also removed modifiers like Shift and Ctrl by now.
    
    LibFakeKey is now a dependency of this plugin, as it allows us to send UTF
    characters as X11 keys in a simple and convenient way. Internally it uses a
    convention in Xlib, that allows to pass UTF characters as keycodes just by
    adding 0x01000000 to the keycode number.
    
    CCMAIL: saiarcot895@gmail.com
    ea5d9c8e