eclipse-theia/theia

Allow `meta` on linux

オープン

#8,932 opened on 2021/01/09

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2,478 件のフォーク)batch import
enhancementhelp wantedkeybindings

Repository metrics

Stars
 (18,676 個のスター)
PR merge metrics
 (平均マージ 15d 4h) (30d で 75 merged PRs)

説明

the keymaps package says "You can use shift, ctrl, alt, meta, option (alt), command (meta), cmd (meta) as modifiers. Note that if you defined a custom shortcut with cmd, command or meta, the same keymaps file won't work on a Windows/Linux machine as this key doesn't have an equivalent."

but, linux does have an equivalent key. super.

i use super extensively in my emacs and vscode keybindings, have for years. would you be open for a PR adding a super alias for meta and making it available on Linux?

i'd imagine ctrlCmd would continue to map to ctrl on linux and meta/super would be an additional option for bindings under Linux and macOS.

コントリビューターガイド