You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a library that uses xdotools to enter keys. In the documentation of the Keysym::name() fn it says:
Get a string corresponding to the name of this keyboard symbol.
The output of this function is **not stable** and is **intended for debugging purposes**.
Are there any thoughts to change this policy? It would be nice if I could use it. In order for the names to match, the "XK_" part would have to be removed.
The text was updated successfully, but these errors were encountered:
I am writing a library that uses xdotools to enter keys. In the documentation of the
Keysym::name()
fn it says:Are there any thoughts to change this policy? It would be nice if I could use it. In order for the names to match, the "XK_" part would have to be removed.
The text was updated successfully, but these errors were encountered: