cabal-cli icon indicating copy to clipboard operation
cabal-cli copied to clipboard

Improve cli hotkeys to support OSX better

Open cblgh opened this issue 7 years ago • 2 comments
trafficstars

we're using alt as a modifier, and it's not behaving as intended on OSX

Tasks

  • [ ] experiment on OSX and pinpoint what's weird
  • [ ] look into how keypress works
  • [ ] look into patching functionality upstream in either neat-input or keypress
  • [ ] use a new modifier if all else fails
  • [ ] rethink hotkey usage

cblgh avatar Nov 17 '18 10:11 cblgh

https://github.com/dd-pardal/tty-events might be another option.

rinchen avatar Apr 30 '20 22:04 rinchen

It could be a configuration issue. As I remember, the default Terminal.app needs a config bit flipped to allow the Alt key to be accepted.

hackergrrl avatar Jun 20 '20 01:06 hackergrrl