swap key update

This commit is contained in:
sjpark
2023-02-09 11:54:23 +09:00
parent e3963adf49
commit edff4acbcb
11 changed files with 27 additions and 79 deletions

View File

@@ -1580,6 +1580,9 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
),
);
}
keyboardMenu.add(_createSwitchMenuEntry(
'Swap Control-Command Key', 'allow_swap_key', EdgeInsets.zero, true));
return keyboardMenu;
}