Set 'Ctrl + I' to reset request - fixed #1356
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<kbd>{{ getSpecialKey() }}</kbd
|
||||
>+<kbd>L</kbd>
|
||||
>+<kbd>I</kbd>
|
||||
<label>{{ $t("reset_request") }}</label>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
@@ -2499,7 +2499,7 @@ export default {
|
||||
e.preventDefault()
|
||||
this.copyRequest()
|
||||
}
|
||||
if (e.key === "j" && (e.ctrlKey || e.metaKey)) {
|
||||
if (e.key === "i" && (e.ctrlKey || e.metaKey)) {
|
||||
e.preventDefault()
|
||||
this.$refs.clearAll.click()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user