mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Update Mappings to Shortcuts and all links
This commit is contained in:
parent
fec7e87c21
commit
ef73516bfe
7 changed files with 11 additions and 11 deletions
|
|
@ -93,10 +93,10 @@ namespace SteamController
|
|||
contextMenu.Items.Add(new ToolStripSeparator());
|
||||
|
||||
var helpItem = contextMenu.Items.Add("&Help");
|
||||
helpItem.Click += delegate { Process.Start("explorer.exe", "http://github.com/ayufan/steam-deck-tools"); };
|
||||
helpItem.Click += delegate { Process.Start("explorer.exe", "https://steam-deck-tools.ayufan.dev"); };
|
||||
|
||||
var mappingItem = contextMenu.Items.Add("&Mappings");
|
||||
mappingItem.Click += delegate { Process.Start("explorer.exe", "https://github.com/ayufan/steam-deck-tools#42-mappings"); };
|
||||
var shortcutsItem = contextMenu.Items.Add("&Shortcuts");
|
||||
shortcutsItem.Click += delegate { Process.Start("explorer.exe", "https://steam-deck-tools.ayufan.dev/docs/shortcuts.html"); };
|
||||
|
||||
contextMenu.Items.Add(new ToolStripSeparator());
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ namespace SteamController
|
|||
"This will hide X360 Controller from Steam, and will try to detect Steam presence " +
|
||||
"to disable usage of this application when running Steam Games.\n\n" +
|
||||
"This does REQUIRE disabling DESKTOP MODE shortcuts in Steam.\n" +
|
||||
"Follow guide found at https://github.com/ayufan/steam-deck-tools.",
|
||||
"Follow guide found at https://steam-deck-tools.ayufan.dev/docs/steam-controller.html.",
|
||||
true, false, true
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue