mirror of
https://github.com/alols/xcape.git
synced 2026-09-10 09:36:15 -04:00
revert this stupid thing.
This commit is contained in:
parent
7fea11028a
commit
c8e52a9781
|
|
@ -1 +0,0 @@
|
|||
((nil . ((cmake-ide-project-dir . "/home/amos/git/xcape") (cmake-ide-build-dir . "/home/amos/git/xcape"))))
|
||||
2
xcape.c
2
xcape.c
|
|
@ -309,7 +309,7 @@ void handle_key(XCape_t *self, KeyMap_t *key, Bool mouse_pressed,
|
|||
if (keys[i])
|
||||
goto skip;
|
||||
}
|
||||
if (key->from_kc == 108) system("copyq select 0");
|
||||
/* if (key->from_kc == 108) system("copyq select 0"); */
|
||||
for (k = key->to_keys; k != NULL; k = k->next) {
|
||||
if (self->debug)
|
||||
fprintf(stdout, "Generating %s!\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue