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.
1 parent 38fdb33 commit 76a649dCopy full SHA for 76a649d
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