Skip to content

Commit

Permalink
Add hinting for the Lang1/Lang2 keys for Japanese and Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Oct 15, 2024
1 parent 6796ada commit f598c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/focus/keymap/db/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ const platform_apple = assignKeysToCategory(
const lang_intl = assignKeysToCategory(
["lang_intl"],
[
{ code: 144, label: { base: { full: "Lang1" } } },
{ code: 145, label: { base: { full: "Lang2" } } },
{ code: 144, label: { base: { full: "Lang1/Kana/Hangul" } } },
{ code: 145, label: { base: { full: "Lang2/Muhenkan/Hanja" } } },
{ code: 146, label: { base: { full: "Lang3" } } },
{ code: 147, label: { base: { full: "Lang4" } } },
{ code: 148, label: { base: { full: "Lang5" } } },
Expand Down

0 comments on commit f598c78

Please sign in to comment.