Improve keyboard shortcut
This commit is contained in:
		| @@ -115,6 +115,7 @@ export default Vue.extend({ | ||||
| 			return { | ||||
| 				'r|left': () => this.reply(true), | ||||
| 				'a|plus': () => this.react(true), | ||||
| 				'ctrl+q|ctrl+right': this.renoteDirectly, | ||||
| 				'q|right': () => this.renote(true), | ||||
| 				'up|k|shift+tab': this.focusBefore, | ||||
| 				'down|j|tab': this.focusAfter, | ||||
| @@ -254,6 +255,12 @@ export default Vue.extend({ | ||||
| 			}).$once('closed', this.focus); | ||||
| 		}, | ||||
|  | ||||
| 		renoteDirectly() { | ||||
| 			(this as any).api('notes/create', { | ||||
| 				renoteId: this.p.id | ||||
| 			}); | ||||
| 		}, | ||||
|  | ||||
| 		react(viaKeyboard = false) { | ||||
| 			this.blur(); | ||||
| 			(this as any).os.new(MkReactionPicker, { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo