Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl-c does not work in console mode using an external keyboard #327

Closed
joefitzgerald opened this issue May 11, 2020 · 5 comments
Closed
Labels
bug Something isn't working
Milestone

Comments

@joefitzgerald
Copy link

Given these preconditions:

  • Console mode
  • Using an external keyboard (I am using an iPad Magic Keyboard)
  • Using 1.0-rc2
  • Using an alpine VM (a precondition only because I haven't tested with other images)

ctrl-c does not work. I have to resort to using the soft-control key on the screen and then can type c on the keyboard.

The new console mode is fantastic! Text is wonderfully crisp 😄 . Thanks for everything you're doing here.

@joefitzgerald joefitzgerald added the bug Something isn't working label May 11, 2020
@osy
Copy link
Contributor

osy commented May 12, 2020

What kind of keyboard is this? Is it possible you’ve pressed Cmd+C instead?

@joefitzgerald
Copy link
Author

joefitzgerald commented May 12, 2020

Definitely using ctrl - c (and not cmd - c). I am using a Magic Keyboard for iPad Pro 12.9‑inch (4th generation), with an English (US) layout, and the following options:

IMG_0012

IMG_0014

Output from ish:

Joes-iPad-Pro-129-2020:~# ping google.com
PING google.com (172.217.1.206): 56 data bytes
64 bytes from 172.217.1.206: seq=0 ttl=56 time=6.901 ms
^C
--- google.com ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 6.901/6.901/6.901 ms

Output from UTM:
IMG_0013

@osy osy added this to the v1.0 RC3 milestone May 12, 2020
@osy
Copy link
Contributor

osy commented May 18, 2020

I hate web dev so fucking much... According to https://keycode.info safari on iOS sends keycode 13 (Enter) for ctrl+c while on safari for Mac, the keycode is 67 (C).

@osy osy closed this as completed in 9b63f3d May 18, 2020
@utmapp utmapp deleted a comment Dec 2, 2020
@codecod3r
Copy link

what was the solution to this?

@jsonmona
Copy link

jsonmona commented Jul 8, 2023

@codecod3r It's already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@joefitzgerald @osy @codecod3r @jsonmona and others