mobile remote_page.dart HelpTools add 'Insert'

This commit is contained in:
csf 2023-02-09 23:36:24 +09:00
parent 58f6748134
commit 628fa513f7

View File

@ -814,6 +814,9 @@ class _RemotePageState extends State<RemotePage> {
wrap('End', () {
inputModel.inputKey('VK_END');
}),
wrap('Ins', () {
inputModel.inputKey('VK_INSERT');
}),
wrap('Del', () {
inputModel.inputKey('VK_DELETE');
}),