Skip to content
Snippets Groups Projects
Commit dde3f7e2 authored by deuce's avatar deuce
Browse files

Map VK_PAUSE to CTRL-S

parent 6dd08ed0
Branches
Tags
No related merge requests found
......@@ -149,6 +149,7 @@ const struct keyvals keyval[] =
{0xbc, ',', '<', 0, 0x3300},
{0xbe, '.', '>', 0, 0x3400},
{0xc0, '`', '~', 0, 0x2900},
{VK_PAUSE, 0x13, 0x13, 0x13, 0x2900},
{0, 0, 0, 0, 0} /** END **/
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment