#7911 - Add Shortcut keyboard when press Ctrl+Alt++ #653

Merged
jsegarra merged 16 commits from plus_key_shortcut into dev 2024-09-05 13:52:04 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 57c9035751 - Show all commits

View File

@ -281,6 +281,7 @@ defineExpose({
</script>
<template>
<QDrawer
v-shortcut
v-if="$props.rightSearch"
v-model="stateStore.rightDrawer"
side="right"
@ -623,7 +624,7 @@ defineExpose({
</CrudModel>
</div>
<QPageSticky v-if="create" :offset="[20, 20]" style="z-index: 2">
<QBtn @click="showForm = !showForm" color="primary" fab icon="add" />
<QBtn @click="showForm = !showForm" color="primary" fab icon="add" shortcut="+" />
<QTooltip>
{{ createForm.title }}
</QTooltip>