mobile remote_page.dart HelpTools add 'Insert'
This commit is contained in:
parent
58f6748134
commit
628fa513f7
@ -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');
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user