mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
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…
x
Reference in New Issue
Block a user