CoderPuppy / cc-emu

Terminal CC Emulator
MIT License
3 stars 0 forks source link

Key shortcuts do not work #2

Open Selim042 opened 8 years ago

Selim042 commented 8 years ago

Ctrl + T Ctrl + S Ctrl + R

CoderPuppy commented 8 years ago

Ctrl T should work. If it doesn't, run lua keyboard-test.lua, press Ctrl T and post what is says.

I decided Ctrl S was unnecessary because Ctrl C does the same thing (might still be a good idea to add it though).

Ctrl R would be useless right now since rebooting isn't supported.

Selim042 commented 8 years ago

Nevermind, Ctrl+T does work, my SSH session was just being funky and not updating.

CoderPuppy commented 8 years ago

I've added Ctrl S and Ctrl R. Of course Ctrl R still doesn't actually reboot (I don't know the correct incantations to make term.getSize work after rebooting)