ddnet://{server-ip}:{server-port}
ddnet://{server-ip}:{server-port}
ddnet
protocol associated with the ddnet client in my settingsddnet
with ddnet.exe but it just opens the client, nothing elsehttps://hostname[:port]/…
(edited)ddnet
to DDNet.exe, it still doesn't join the server"%1"
after DDNet.exe
"%1"
after DDNet.exe
"%1"
after DDNet.exe
reg add HKEY_CLASSES_ROOT\ddnet /t REG_SZ /d "DDNet" /f
reg add HKEY_CLASSES_ROOT\ddnet /v "URL Protocol" /t REG_SZ /d "" /f
reg add HKEY_CLASSES_ROOT\ddnet\shell /f
reg add HKEY_CLASSES_ROOT\ddnet\shell\open /f
reg add HKEY_CLASSES_ROOT\ddnet\shell\open\command /t REG_SZ /d "{Path to DDNet.exe} %1" /f
(edited):
isnt a portrestart
, which led to various issues (#5144):
GetKeyBindModifiersName
can be called without an additional check, because it returns an empty string when no modifier is pressed.
Checked
of the DoButton_KeySelect
function is removed.