Update Shortcut.swift

This commit is contained in:
Sindre Sorhus 2023-05-05 00:46:36 +07:00 committed by GitHub
parent 1e59746746
commit 4b4519bc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ private var keyToCharacterMapping: [KeyboardShortcuts.Key: String] = [
.f18: "F18",
.f19: "F19",
.f20: "F20",
// Representations for numeric keypad keys with Unicode U+20e3 'COMBINING ENCLOSING KEYCAP'
.keypad0: "0\u{20e3}",
.keypad1: "1\u{20e3}",