Skip to content

Commit

Permalink
UDOC-0 - Change default keybinding for custom screenshots to F8 to co…
Browse files Browse the repository at this point in the history
…nflict less with other mods
  • Loading branch information
telvarost committed May 1, 2024
1 parent 6c6e4b0 commit 4757364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=b1.7.3-build.2
loader_version=0.14.24-babric.1

# Mod Properties
mod_version=1.5.0
mod_version=1.5.1
maven_group=com.github.telvarost
archives_base_name=BetterScreenshots

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class KeyBindingListener {

@EventListener
public void registerKeyBindings(KeyBindingRegisterEvent event) {
event.keyBindings.add(takeCustomResolutionScreenshot = new KeyBinding("Custom Photo", Keyboard.KEY_F6));
event.keyBindings.add(takeCustomResolutionScreenshot = new KeyBinding("Custom Photo", Keyboard.KEY_F8));
event.keyBindings.add(takeIsometricScreenshot = new KeyBinding("Isometric Photo", Keyboard.KEY_F7));
}
}

0 comments on commit 4757364

Please sign in to comment.