Skip to content

Commit 57b614a

Browse files
Strega's GateStrega's Gate
Strega's Gate
authored and
Strega's Gate
committed
Add f13-f24 keys
1 parent a97451e commit 57b614a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ extension X11Window {
293293
key = .function(11)
294294
case 96:
295295
key = .function(12)
296+
case 191...203://# F13 - F24
297+
key = .function(Int(event.keycode - 190))
296298
case 111://# PrintScrn
297299
key = .printScreen
298300
case 78://# Scroll Lock

0 commit comments

Comments
 (0)