Is there a shortcut key to control the Open property of cell?
Asked
Active
Viewed 144 times
2 Answers
1
I have find an answer which is really helpfull: AutoCollapse[] function (Hiding inputs with specific function)
Also have find the way of add shortcut button (Create custom shortcut to change font color).
Through change: MenuItem["&Open", CellOpen->Toggle, Scope->SelectionCell], to, e.g. MenuItem["&Open", CellOpen->Toggle, Scope->SelectionCell, MenuKey["0", Modifiers->{"Control"}]]
J. M.'s missing motivation
- 124,525
- 11
- 401
- 574
wind1239
- 91
- 6


Command+'. Not the same but similar and possibly useful for similar purposes. – Szabolcs Aug 29 '18 at 08:20