all repos — fluxbox @ 5869f391c1fa39a9a9826ee16e11e15c4f10200a

custom fork of the fluxbox windowmanager

support ctrl+a for selecting all
Thomas Lübking thomas.luebking@gmail.com
commit

5869f391c1fa39a9a9826ee16e11e15c4f10200a

parent

cdd6861aff5cd06f84c9d23456b5a92b4202e423

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/FbTk/TextBox.ccsrc/FbTk/TextBox.cc

@@ -366,7 +366,12 @@ m_text.setLogical(t);

adjustPos(); } break; + case 'a': + selectAll(); + break; } + clear(); + return; } else { // no state