mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] keybind: use physical keycodes for layout-independent hotkeys
Fixes #1298
This commit is contained in:
@@ -254,7 +254,6 @@ struct CBRequest
|
||||
struct KeybindHandle
|
||||
{
|
||||
int sc;
|
||||
int charcode;
|
||||
KeybindFn callback;
|
||||
const char * description;
|
||||
void * opaque;
|
||||
|
||||
Reference in New Issue
Block a user