diff --git a/keymaps/templates/GoogleInbox.cson b/keymaps/templates/Inbox by Gmail.cson similarity index 100% rename from keymaps/templates/GoogleInbox.cson rename to keymaps/templates/Inbox by Gmail.cson diff --git a/src/keymap-manager.coffee b/src/keymap-manager.coffee index d0c70c8ec..07a6fa25b 100644 --- a/src/keymap-manager.coffee +++ b/src/keymap-manager.coffee @@ -32,7 +32,7 @@ class KeymapManager extends AtomKeymap templateKeymapPath = null reloadTemplateKeymap = => @removeBindingsFromSource(templateKeymapPath) if templateKeymapPath - templateFile = NylasEnv.config.get(templateConfigKey) + templateFile = NylasEnv.config.get(templateConfigKey).replace("GoogleInbox", "Inbox by Gmail") if templateFile templateKeymapPath = fs.resolve(path.join(@resourcePath, 'keymaps', 'templates'), templateFile, ['cson', 'json']) if fs.existsSync(templateKeymapPath)