mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-11 23:30:18 +00:00
[ci skip] Code comment
This commit is contained in:
parent
f585b36263
commit
9ebf444644
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ namespace Ryujinx.Ava
|
|||
|
||||
if (OperatingSystem.IsMacOS())
|
||||
{
|
||||
// Switches macOS key held behavior to repeat the input key instead of showing the character accents menu (like doing on an iOS keyboard would).
|
||||
// https://macos-defaults.com/keyboard/applepressandholdenabled.html
|
||||
Process.Start("/usr/bin/defaults", "write org.ryujinx.Ryujinx ApplePressAndHoldEnabled -bool false");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue