adlr / croshwindow

Crosh Window opens a new Crosh window without any chrome so that Ctrl-N/T/etc work. Chrome OS only.
41 stars 19 forks source link

Make window resize shortcuts work #5

Closed hansvb closed 7 years ago

hansvb commented 9 years ago

It would be really nice if ALT-[, ALT-] (and perhaps ALT-- and ALT-+) would work or could at least be turned on or off.

0cjs commented 7 years ago

This is not an issue with croshwindow but with hterm. (This extension merely opens the ssh extension, which uses hterm, in a separate window.)

If you wanted to modify hterm to let these keystrokes through, the code you're looking for is around line 260 of js/hterm_keyboard_keymap.hs; you'd want to change the alt entry (second last in the list) for keycodes 219 and 220 to PASS.

adlr commented 7 years ago

Closing as this should be fixed in another codebase