LuisSanchez-Dev / AccessibilityPlus

A Minecraft Fabric mod to enhance your gameplay experience with better accessibility features.
MIT License
5 stars 1 forks source link

Added keyboard support for more hud screens; Fixed lang file #4

Closed khanshoaib3 closed 3 years ago

khanshoaib3 commented 3 years ago

Changes

  1. Added keyboard support for

    • Stonecutter screen

    • Trading Screen

    • Recipe book screen for crafting inventory and player inventory

    • Lectern and book screen (only for book reading ui and when the book is in main hand)

    • Enchanting table screen

  2. Replaced the item stack count narrator with a mixin which adds the stack count to the tooltip itself because the previous method was not working with the trading ui.

  3. Fixed the lang (en_us) file. I only changed the name of assets/AccessibilityPlus folder to assets/accessibilityplus which was the modid.

Note: Keyboard navigation works best for these screens when in full screen mode and may not even work in when not in full screen mode or when in maximize mode.

New Keybindings

  1. Common :-

    • W = Move up a row
    • S = Move down a row
    • A = Move left a column
    • D = Move right a column
  2. Trading screen specific :-

    • R = Scroll up by 1
    • F = Scroll down by 1
  3. Recipe book screen specific :-

    • R = Next Page
    • F = Previous Page
    • C = Open/Close Recipe Book
    • V = Toggle between show all and show craftable
    • Enter = to disable searching mode
  4. Lectern/Book screen specific :-

    • R = Read current page
    • A = previous page
    • D = next page
  5. Enchanting Table specific :-

    • W = previous enchant
    • S = next enchant

How to search in crafting inventory or player inventory

Press T, while in the player inventory or crafting table inventory while recipe book is open and u will go into search mode. All keybindings will be disabled while in search mode. After typing the name press enter and search mode will be disabled.