The reason for the suggestion is the tedium for inspecting the "Talents" tab of an npc, which at present involves:
a. Mouse: Placing the mouse cursor on it's tile --> right click --> left click on the drop down menu --> left click on the "Talents" tab;
or
b. Keyboard: Hitting "l"ook --> navigating to the npc (arrow keys or mouse) --> hitting "Enter" --> hitting twice the down arrow --> triple "Tab" hit.
The suggestion is to bind the 4 tabs of the "Creature Info" screen so that upon hovering with the mouse or selecting with "l"ook the respective tabs can be displayed immediately:
Code: Select all
["v"] - displays the "General" tab;
[S+"v"] - displays the "Attack" tab;
[C+"v"] - displays the "Defence" tab;
[A+"v"] - displays the "Talents" tab.
And in extrapolating, the same can be done for the player's "Character" screen:
Code: Select all
["c"] - displays the "General" tab;
[S+"c"] - displays the "Attack" tab;
[C+"c"] - displays the "Defence" tab;
[A+"c"] - displays the "Talents" tab.