mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Allow to select between touch keyboard or CTRL+WIN+O
This commit is contained in:
parent
c2fa6c3a9d
commit
0a52c57d59
3 changed files with 15 additions and 1 deletions
|
|
@ -60,7 +60,10 @@ namespace SteamController.Profiles
|
|||
|
||||
if (c.Steam.BtnX.Pressed())
|
||||
{
|
||||
OnScreenKeyboard.Toggle();
|
||||
if (Settings.Default.ShowTouchKeyboard)
|
||||
OnScreenKeyboard.Toggle();
|
||||
else
|
||||
c.Keyboard.KeyPress(new VirtualKeyCode[] { VirtualKeyCode.LCONTROL, VirtualKeyCode.LWIN }, VirtualKeyCode.VK_O);
|
||||
}
|
||||
|
||||
if (c.Steam.BtnL1.Pressed())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue