Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Feb 10, 2024
1 parent efdec6f commit b3c8a9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editor/keyboard-layouts/english.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { KeyboardLayout } from './types';

// More keyboard layouts from VSCode:
// https://github.com/microsoft/vscode/tree/main/src/vs/workbench/services/keybinding/browser/keyboardLayouts

export const APPLE_ENGLISH: KeyboardLayout = {
id: 'apple.en-intl',
displayName: 'English (international)',
Expand Down

0 comments on commit b3c8a9b

Please sign in to comment.