mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #18] Is CTRL+Number supported as a "hot-key"? #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @triddell on GitHub (Jan 12, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/18
I'm starting to build something similar to your presentation example. On the bottom menu though I'd like to change from screen to screen using CTRL-1, CTRL-2, etc
You are using "tcell.KeyCtrlN" for CTRL-N for example. Do you know if tcell supports something like CTRL-1, CTRL-2, etc? I couldn't find this myself but may it supports combinations in other ways too (hopefully).
@rivo commented on GitHub (Jan 13, 2018):
I'm using
tcelland at the moment, it doesn't look like you can have something likeCtrl-1(see here). I'm not sure why, maybe it's something that terminals don't support?You may want to ask the tcell author about this. He has a much better idea of what's possible in this area than I do.