[Lookup Anything] Add context-aware lookup key
Pathoschild opened this issue ยท 1 comments
Replace the 'lookup in front of player' option with a context-aware lookup key to support Android players:
- in the world, look up what's in front of the player;
- in an inventory/chest menu, look up what's under the cursor or selected;
- in a villager social profile, look up that villager.
Done in the upcoming Lookup Anything 1.26.
The main lookup key is now context-aware and takes into account whether the cursor is visible, eliminating the separate ToggleLookupInFrontOfPlayer
key. For players with ToggleLookupInFrontOfPlayer
already bound, the key will be transferred to ToggleLookup
when they next launch the game.