Make alfred behaves like an app launcher.
Use the Hyper CLI, bundled with your Hyper app, to install hyperterm-launcher by entering the following into Hyper:
hyper i hyperterm-launcher
Key | Description | Default |
---|---|---|
hotkey |
Shortcut1 to toggle Hyper window visibility. | Ctrl+; |
module.exports = {
config: {
launcher: {
hotkey: "Alt+Super+O"
}
},
plugins: ["hyperterm-launcher"]
};
1 For a list of valid shortcuts, see Electron Accelerators.