Skip to content

Commit 12ab94f

Browse files
committed
added L3 Keys Home & End
1 parent c17c9e9 commit 12ab94f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.c

+2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ bool handleLayer4SpecialCases(KBDLLHOOKSTRUCT keyInfo)
9797
mappingTable[17] = VK_BACK;
9898
mappingTable[18] = VK_UP;
9999
mappingTable[19] = VK_DELETE;
100+
mappingTable[30] = VK_HOME;
100101
mappingTable[31] = VK_LEFT;
101102
mappingTable[32] = VK_DOWN;
102103
mappingTable[33] = VK_RIGHT;
104+
mappingTable[34] = VK_END;
103105
mappingTable[44] = VK_ESCAPE;
104106
mappingTable[45] = VK_TAB;
105107
mappingTable[47] = VK_RETURN;

0 commit comments

Comments
 (0)