feat: XDGKeyUtil, use Xkbcommon Keysym names
this removes the need for any x11 releated headers when using EI screens
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -8,15 +8,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <X11/X.h>
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
|
||||
using KeySym = unsigned long;
|
||||
|
||||
//! XKB utility functions
|
||||
class XDGKeyUtil
|
||||
{
|
||||
|
||||
public:
|
||||
//! Convert KeySym to KeyID
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user