@vscodium/native-keymap Why fork from microsoft/node-native-keymap The purpose of the fork is to provide prebuilt binaries for all the architectures supported by VSCodium. The source code hasn't been changed. Usage var keymap = require('@vscodium/native-keymap'); console.log(keymap.getKeyMap()); License MIT