diff --git a/meshchatx/src/frontend/components/settings/ShortcutRecorder.vue b/meshchatx/src/frontend/components/settings/ShortcutRecorder.vue new file mode 100644 index 0000000..3b4cdbe --- /dev/null +++ b/meshchatx/src/frontend/components/settings/ShortcutRecorder.vue @@ -0,0 +1,112 @@ + + + + + + {{ formatKey(key) }} + + + + {{ isRecording ? "Press keys..." : "No shortcut" }} + + + + + + {{ isRecording ? "Done" : "Record" }} + + + + + + + + +