mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-03 23:30:16 +01:00
Add NeptuneController support (kind of works) Add Neptune controller directly from hidapi (to reduce rate of requests) Add README
21 lines
1,012 B
XML
21 lines
1,012 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="PowerControl" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="MenuUpKey" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">Ctrl+Win+Numpad8</Value>
|
|
</Setting>
|
|
<Setting Name="MenuDownKey" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">Ctrl+Win+Numpad2</Value>
|
|
</Setting>
|
|
<Setting Name="MenuLeftKey" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">Ctrl+Win+Numpad4</Value>
|
|
</Setting>
|
|
<Setting Name="MenuRightKey" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">Ctrl+Win+Numpad6</Value>
|
|
</Setting>
|
|
<Setting Name="EnableNeptuneController" Type="System.Boolean" Scope="Application">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |