Fix: Insert key not working on Linux, due to typo in X11KeyMap.cs
This commit is contained in:
parent
2683b9298f
commit
df690c6f7b
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ namespace OpenTK.Platform.X11
|
|||
case XKey.Scroll_Lock:
|
||||
return Key.Pause;
|
||||
case XKey.Insert:
|
||||
return Key.PrintScreen;
|
||||
return Key.Insert;
|
||||
case XKey.Print:
|
||||
return Key.PrintScreen;
|
||||
case XKey.Sys_Req:
|
||||
|
|
Loading…
Reference in a new issue