mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(keymaps): Reveal keymap.cson rather than opening
This commit is contained in:
parent
1ad6c563a4
commit
8393fdbf94
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ class PreferencesKeymaps extends React.Component
|
|||
return keystrokes.replace(/-/gi,'').replace(/cmd/gi, '⌘').replace(/alt/gi, '⌥').replace(/shift/gi, '⇧').replace(/ctrl/gi, '^').toUpperCase()
|
||||
|
||||
_onShowUserKeymaps: =>
|
||||
require('shell').openItem(atom.keymaps.getUserKeymapPath())
|
||||
require('shell').showItemInFolder(atom.keymaps.getUserKeymapPath())
|
||||
|
||||
module.exports = PreferencesKeymaps
|
||||
|
|
Loading…
Reference in a new issue