We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17c9e9 commit 12ab94fCopy full SHA for 12ab94f
src/main.c
@@ -97,9 +97,11 @@ bool handleLayer4SpecialCases(KBDLLHOOKSTRUCT keyInfo)
97
mappingTable[17] = VK_BACK;
98
mappingTable[18] = VK_UP;
99
mappingTable[19] = VK_DELETE;
100
+ mappingTable[30] = VK_HOME;
101
mappingTable[31] = VK_LEFT;
102
mappingTable[32] = VK_DOWN;
103
mappingTable[33] = VK_RIGHT;
104
+ mappingTable[34] = VK_END;
105
mappingTable[44] = VK_ESCAPE;
106
mappingTable[45] = VK_TAB;
107
mappingTable[47] = VK_RETURN;
0 commit comments