Skip to content

Commit

Permalink
Update gen_keymap_wrapper.js to extract OS specific keybinding keys #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 16, 2021
1 parent 4c3ea11 commit 79d5f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/gen_keymap_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ async function makeKeymapWrapper(configPath, commonConfig) {
checkAwaitOptions(awaitOptions);

const wrappers = baseKeybindings.flatMap(
genWrapperUtil.extractOSSpecificKeys
).flatMap(
keybinding => {
if (exclusion.has(keybinding.command) || keybinding.command === '') {
// make a keybinding of a direct call for the excluded command
Expand Down

0 comments on commit 79d5f1a

Please sign in to comment.