aboutsummaryrefslogtreecommitdiff
path: root/go/client/keybindings.go
Commit message (Collapse)AuthorAgeFilesLines
* make formatFlorian Fischer2025-08-201-1/+0
|
* do not pass nil selections to promptFlorian Fischer2025-08-201-0/+3
|
* rework the client's input handlingFlorian Fischer2025-08-201-57/+41
|
* improve prompt cancellationFlorian Fischer2025-08-201-1/+3
| | | | | | | | The cancel button was overlaying the submit button preventing the submission of a prompt. Distinguish between cancelable and mandatory prompt. Only^ allow cancelable prompts to be removed. Fixes: 37acd982
* make input events consumableFlorian Fischer2025-08-201-0/+1
| | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event.
* add touch friendly way to cancel the current promptFlorian Fischer2025-08-201-0/+1
|
* support touch input as selectionFlorian Fischer2025-08-201-1/+28
|
* client: make key bindings dynamicFlorian Fischer2025-08-201-0/+73