diff --git a/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue b/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue index 5d516e111..9c04232e2 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue @@ -127,7 +127,7 @@ export default { const uploadRef = ref(false); const keyboardEvents = { - 'Alt+KeyA': { + '$mod+Alt+KeyA': { action: () => { // TODO: This is really hacky, we need to replace the file picker component with // a custom one, where the logic and the component markup is isolated. diff --git a/app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue b/app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue index b982d96d0..04cd100ef 100644 --- a/app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue +++ b/app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue @@ -1,41 +1,34 @@