Skip to content

Commit

Permalink
Add f13-f24 keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Strega's Gate authored and Strega's Gate committed Jun 5, 2023
1 parent a97451e commit 57b614a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ extension X11Window {
key = .function(11)
case 96:
key = .function(12)
case 191...203://# F13 - F24
key = .function(Int(event.keycode - 190))
case 111://# PrintScrn
key = .printScreen
case 78://# Scroll Lock
Expand Down

0 comments on commit 57b614a

Please sign in to comment.