mirror of https://github.com/vector-im/riot-web
Merge pull request #4243 from matrix-org/t3chguy/shortcuts2
Register Mac electron specific Cmd+, shortcut to User Settingspull/21833/head
commit
791e406129
|
@ -313,3 +313,7 @@ export const toggleDialog = () => {
|
|||
},
|
||||
});
|
||||
};
|
||||
|
||||
export const registerShortcut = (category: Categories, defn: IShortcut) => {
|
||||
shortcuts[category].push(defn);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue