mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #442] Debug console doesn't open #112
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#112
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 @Quackzoer on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/442
I couldn't find anything in the code about that. At the end of this https://github.com/sst/opentui/blob/main/packages/core/docs/development.md it's mentioned that I can open console using backtick, meanwhile nothing happens for me. I tried creating completely clear project, tried couple differents terminals (all windows, cmd, powershell, windows terminal). Tried defining my own shortcuts in new project to open console which also didn't help. What's strange is that I can log all keys and they are being recorded correctly.
To recreate simply create new project and try to open console with backtick.
@msmps commented on GitHub (Dec 27, 2025):
this isn't a default behaviour! there's a common helper function for this in the examples (might be where the confusion comes from)
@msmps commented on GitHub (Dec 27, 2025):
@Quackzoer commented on GitHub (Dec 27, 2025):
Haven't seen it... For some reason it worked even tho I already tried to assign my own keybinds. Must have done something wrong. Thanks a lot!
onMouseDownevents do not fire when clicking a text node #795