Skip to content

Commit 02d5413

Browse files
committed
---
yaml --- r: 349548 b: refs/heads/master-next c: 208c0ee h: refs/heads/master
1 parent 31b72a6 commit 02d5413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: c138a6ea0525695fe021b8e4c86b90ae826280a3
3+
refs/heads/master-next: 208c0eeac7a2c22351d8922ffdb56b0399a67a99
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/stdlib/public/Darwin/AppKit/NSEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extension NSEvent.SpecialKey {
116116
static public let f34 = NSEvent.SpecialKey(rawValue: 0xF725)
117117
static public let f35 = NSEvent.SpecialKey(rawValue: 0xF726)
118118
static public let insert = NSEvent.SpecialKey(rawValue: 0xF727)
119-
static public let deleteForward = NSEvent.SpecialKey(rawValue: 0xF7028)
119+
static public let deleteForward = NSEvent.SpecialKey(rawValue: 0xF728)
120120
static public let home = NSEvent.SpecialKey(rawValue: 0xF729)
121121
static public let begin = NSEvent.SpecialKey(rawValue: 0xF72A)
122122
static public let end = NSEvent.SpecialKey(rawValue: 0xF72B)

0 commit comments

Comments
 (0)