-
-
Save NuclearKev/872f8984fa62fe53739cde96363e86ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/keys.h b/keys.h | |
index c0a242b..efc8e84 100644 | |
--- a/keys.h | |
+++ b/keys.h | |
@@ -1,4 +1,5 @@ | |
// kname modmin modadd ch key | |
+MLE_KEY_DEF("space", TB_MOD_CTRL, 0, 0, TB_KEY_CTRL_TILDE) | |
MLE_KEY_DEF("~", TB_MOD_CTRL, 0, 0, TB_KEY_CTRL_TILDE) | |
MLE_KEY_DEF("2", TB_MOD_CTRL, 0, 0, TB_KEY_CTRL_TILDE) | |
MLE_KEY_DEF("a", TB_MOD_CTRL, 0, 0, TB_KEY_CTRL_A) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment