Skip to content

feat: command prompt for zephyr log#2956

Merged
kareltucek merged 20 commits into
masterfrom
vt100_poc
Jun 12, 2026
Merged

feat: command prompt for zephyr log#2956
kareltucek merged 20 commits into
masterfrom
vt100_poc

Conversation

@kareltucek

@kareltucek kareltucek commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

closes: #2812

It works with the bundled firmware. Shell command to test the function is uhk connections

Clipboard shortcuts:

  • copy: CTRL + SHIFT + C on all OS and CMD + C also works on Mac
  • paste: CTRL + SHIFT + V on all OS, CMD + V also works on Mac and CTRL + V works on Linux and Windows

The CTRL + C is reserved as terminal sequence.

@ert78gb

ert78gb commented Jun 2, 2026

Copy link
Copy Markdown
Member

I havent test Karel's extension but would not laggy to send every character independently to the keyboard?

@kareltucek

Copy link
Copy Markdown
Collaborator Author

Yes, this version is laggy. But I think that if you tweak timings a bit (like scheduling state reads in 10 or so ms after any input, it could be pretty fine).

Comment thread packages/uhk-web/src/app/components/zephyr-terminal/zephyr-terminal.component.ts Outdated
@kareltucek

Copy link
Copy Markdown
Collaborator Author

Works like a charm now!

@ert78gb ert78gb changed the title Vt100 poc feat: command prompt for zephyr log Jun 9, 2026
@ert78gb ert78gb marked this pull request as ready for review June 11, 2026 12:39
@kareltucek kareltucek merged commit c764bc6 into master Jun 12, 2026
6 checks passed
@kareltucek kareltucek deleted the vt100_poc branch June 12, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Command prompt for zephyr log.

2 participants