diff --git a/src/store/modules/app/actions.js b/src/store/modules/app/actions.js index 5a27b04a31..6aef5146de 100644 --- a/src/store/modules/app/actions.js +++ b/src/store/modules/app/actions.js @@ -31,7 +31,7 @@ const actions = { * load the default keymap for the currently selected keyboard */ async loadDefaultKeymap({ state }) { - const keyboardPath = state.keyboard.slice(0, 1); + const keyboardPath = state.keyboard.slice(0, 1).toLowerCase(); // eslint-disable-next-line const keyboardName = state.keyboard.replace(/\//g, '_'); const resp = await axios.get(