You are viewing a potentially older version of this package.
View all versions.
Shortcuts
Re-assign more keyboard shortcuts that are hard-coded/unconfigurable in vanilla. Unbinds kill all.
Date uploaded | 3 years ago |
Version | 1.1.1 |
Download link | ComfyMods-Shortcuts-1.1.1.zip |
Downloads | 1064 |
Dependency string | ComfyMods-Shortcuts-1.1.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Shortcuts
- Re-assign more keyboard shortcuts that are hard-coded/unconfigurable in vanilla.
- Console
- toggleConsoleShortcut
- Debugmode
- debugKillAllShortcut
- debugRemoveDropsShortcut
- toggleDebugFlyShortcut
- toggleDebugNoCostShortcut
- GameCamera
- takeScreenshotShorcut
- toggleMouseCaptureShortcut
- Hotbar
- hotbarItem1Shortcut
- hotbarItem2Shortcut
- hotbarItem3Shortcut
- hotbarItem4Shortcut
- hotbarItem5Shortcut
- hotbarItem6Shortcut
- hotbarItem7Shortcut
- hotbarItem8Shortcut
- Hud
- toggleHudShortcut
- ConnectPanel
- toggleConnectPanelShortcut
- Console
Notes
- Un-binds the debugmode KillAll shortcut
K
by default because of many accidental pet deaths. :( - Un-binds the debugmode RemoveAll shortcut
L
by default.
Links
- Source code available at:
- Looking for a chill Valheim server?
- Join us on: Comfy Valheim Discord
- Looking for a great Valheim server to play on?
- Check out our community driven listing site at: valheimlist.org
Changelog
1.1.0
- Updated for Hearth and Home.
- Added toggles for:
- Debugmode - removedrops
L
- ConnectPanel - toggle
F2
- Debugmode - removedrops
1.0.0
- Initial release.
CHANGELOG
Changelog
1.7.0
- Fixed for the
v0.218.14
patch. - Bumped up
LangVersion
to C# 12.
1.6.0
- Fixed for
v0.217.43
PTB patch. - Moved changelog into
CHANGELOG.md
. - Bumped up
LangVersion
to C# 10.
1.5.0
- Updated for
v0.217.37
PTB. - Created a new
ShortcutConfigEntry
wrapper to use with rewritten transpiler logic for improved efficiency.
1.4.0
- Updated code match references for Input class to ZInput class for compatibility with patch 0.217.14.
1.3.0
- Updated for
v0.214.2
PTB. - Replaced the special
IsDown()
with a simpler method that usesInput.GetKey()/GetKeyDown()
.
1.2.0
- Prototype using a special version of
IsDown
modified from BepInEx's KeyboardShortcut code. - Clean-up some of the transpiler delegate code and the PluginConfig code.
- Added
manifest.json
,icon.png
andREADME.md
. - Modified the project file to automatically create a versioned Thunderstore package.
1.1.0
- Updated for Hearth and Home.
- Added toggles for:
- Debugmode - removedrops
L
- ConnectPanel - toggle
F2
- Debugmode - removedrops
1.0.0
- Initial release.