Merge branch 'guacamole-kbd' of github.com:m1k1o/neko into kbd-modifier-state-sync

This commit is contained in:
m1k1o
2020-06-21 03:09:53 +02:00
6 changed files with 8 additions and 8 deletions

View File

@ -166,7 +166,7 @@ short XGetScreenRate() {
return XRRConfigCurrentRate(conf);
}
void SetKeyboard(char *layout) {
void SetKeyboardLayout(char *layout) {
// TOOD: refactor, use native API.
char cmd[13] = "setxkbmap ";
strncat(cmd, layout, 2);