We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c138a6e + 9a663b6 commit 208c0eeCopy full SHA for 208c0ee
stdlib/public/Darwin/AppKit/NSEvent.swift
@@ -116,7 +116,7 @@ extension NSEvent.SpecialKey {
116
static public let f34 = NSEvent.SpecialKey(rawValue: 0xF725)
117
static public let f35 = NSEvent.SpecialKey(rawValue: 0xF726)
118
static public let insert = NSEvent.SpecialKey(rawValue: 0xF727)
119
- static public let deleteForward = NSEvent.SpecialKey(rawValue: 0xF7028)
+ static public let deleteForward = NSEvent.SpecialKey(rawValue: 0xF728)
120
static public let home = NSEvent.SpecialKey(rawValue: 0xF729)
121
static public let begin = NSEvent.SpecialKey(rawValue: 0xF72A)
122
static public let end = NSEvent.SpecialKey(rawValue: 0xF72B)
0 commit comments