You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strategic form input should only be an input mode in the strategic form.
That is, we only want 2 tabs not 3 as now:
The strategic form tab on the left should be the current matrix layout with (and this is the new thing) clickable entries.
Behavior:
Clicking on a single payoff only allows change of that payoff.
Clicking anywhere else in the cell pops up both payoffs separated by blanks.
Typing overwrites like on spreadsheet input (i.e. no highlight and delete necessary).
If only one number is input then the second number is left unchanged, or taken as the negative for zero-sum input.
Special keys when entering data: All the following conclude data entry, except for Esc which cancels:
Enter requires new clicking.
Tab goes to the next cell.
Shift-Tab goes to the previous cell.
Arrow-down and arrow-up (analogous to Tab and Shift-Tab) conclude entry and go to the cell below or above.
These do not terminate entry: Arrow-left and arrow-right navigate inside the cell.
The text was updated successfully, but these errors were encountered:
Strategic form input should only be an input mode in the strategic form.
![3tabs](https://camo.githubusercontent.com/438a77a3f144383a9f660f7ba975be1b7e19675347ab633048785cc8c568b70c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3739383633382f323333333637372f34323262373661302d613436662d313165332d396261662d3831363034646362643934312e706e67)
That is, we only want 2 tabs not 3 as now:
The
strategic form
tab on the left should be the currentmatrix layout
with (and this is the new thing) clickable entries.Behavior:
Clicking on a single payoff only allows change of that payoff.
Clicking anywhere else in the cell pops up both payoffs separated by blanks.
Typing overwrites like on spreadsheet input (i.e. no highlight and delete necessary).
If only one number is input then the second number is left unchanged, or taken as the negative for zero-sum input.
Special keys when entering data: All the following conclude data entry, except for
Esc
which cancels:Enter
requires new clicking.Tab
goes to the next cell.Shift-Tab
goes to the previous cell.Arrow-down
andarrow-up
(analogous toTab
andShift-Tab
) conclude entry and go to the cell below or above.Arrow-left
andarrow-right
navigate inside the cell.The text was updated successfully, but these errors were encountered: