From 37a2725da41e363fcdca12d0374b192cd03905d0 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 28 Jun 2023 21:24:59 +1200 Subject: feat: Added key chording Probably a hacky mess but oh well. Key chords can be done by seperating binds in string with ` `. You can set the quit bind with `quitkey`, default mod+g. (Chords also exited when pressing unbound keys). --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index f6cc6e8..cc3d2bb 100644 --- a/main.cpp +++ b/main.cpp @@ -1117,7 +1117,7 @@ int main(int argc, char** argv) clientMessage(e.xclient); break; default: - //cout << "Unhandled event, code: " << evNames[e.type] << "!\n"; + // cout << "Unhandled event: " << getEventName(e.type) << endl; break; } } -- cgit v1.2.3