Skip to content

Commit

Permalink
separate snapper keybind category
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaIndustries committed Dec 31, 2024
1 parent 75617fb commit 87ac78f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ public final class SnapperKeybindings {
public static final KeyBinding PANORAMA_KEY = new KeyBinding(
"key.snapper.panorama",
GLFW.GLFW_KEY_F8,
"key.categories.misc"
"key.categories.snapper"
);

public static final KeyBinding RECENT_SCREENSHOT_KEY = new KeyBinding(
"key.snapper.recent",
GLFW.GLFW_KEY_O,
"key.categories.misc"
"key.categories.snapper"
);

public static final KeyBinding SCREENSHOT_MENU_KEY = new KeyBinding(
"key.snapper.screenshot_menu",
GLFW.GLFW_KEY_V,
"key.categories.misc"
"key.categories.snapper"
);

public static void init() {
Expand Down
1 change: 1 addition & 0 deletions src/client/resources/assets/snapper/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"key.categories.snapper": "Snapper",
"key.snapper.panorama": "Take Panoramic Screenshots",
"key.snapper.huge": "Take Huge Screenshot",
"key.snapper.screenshot_menu": "View Screenshots",
Expand Down

0 comments on commit 87ac78f

Please sign in to comment.