mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-17 02:01:41 +02:00
Help key (vk 114) translates to Insert correctly now, but may not work expectedly on OSX->OSX. Still better than not working at all.
This commit is contained in:
parent
10a3a5300c
commit
cc89770875
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ static const CKeyEntry s_controlKeys[] = {
|
|||
{ kKeyEnd, 119 },
|
||||
{ kKeyPageUp, 116 },
|
||||
{ kKeyPageDown, 121 },
|
||||
{ kKeyInsert, 114 },
|
||||
|
||||
// function keys
|
||||
{ kKeyF1, 122 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue