UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

7 lines (5 loc) 260 B
const normalize = require('electron-shortcut-normalizer') let shortcuts = document.querySelectorAll('kbd.normalize-to-platform') Array.prototype.forEach.call(shortcuts, (shortcut) => { shortcut.innerText = normalize(shortcut.innerText, process.platform) })