mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
mobile remote_page.dart HelpTools add 'Insert'
This commit is contained in:
@@ -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');
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user