mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-15 04:25:43 +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', () {
|
wrap('End', () {
|
||||||
inputModel.inputKey('VK_END');
|
inputModel.inputKey('VK_END');
|
||||||
}),
|
}),
|
||||||
|
wrap('Ins', () {
|
||||||
|
inputModel.inputKey('VK_INSERT');
|
||||||
|
}),
|
||||||
wrap('Del', () {
|
wrap('Del', () {
|
||||||
inputModel.inputKey('VK_DELETE');
|
inputModel.inputKey('VK_DELETE');
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user