mmitchellg5

Results 6 comments of mmitchellg5

has @coolaj86 abandoned this please say no, @coolaj86

``` [8] pry(TTY::Reader::KeyEvent)> TTY::Reader::Keys.ctrl_keys[c] => :ctrl_m [9] pry(TTY::Reader::KeyEvent)> c => "\r" [10] pry(TTY::Reader::KeyEvent)> TTY::Reader::Keys.ctrl_keys => {"\u0001"=>:ctrl_a, "\u0002"=>:ctrl_b, "\u0003"=>:ctrl_c, "\u0004"=>:ctrl_d, "\u0005"=>:ctrl_e, "\u0006"=>:ctrl_f, "\a"=>:ctrl_g, "\b"=>:ctrl_h, "\t"=>:ctrl_i, "\n"=>:ctrl_j, "\v"=>:ctrl_k, "\f"=>:ctrl_l, "\r"=>:ctrl_m, "\u000E"=>:ctrl_n, "\u000F"=>:ctrl_o,...

i guess so. https://stackoverflow.com/a/3936449 ![Screenshot 2023-03-27 at 10 59 18 PM](https://user-images.githubusercontent.com/6045075/228142261-289e7852-30eb-4989-83bd-e02263358827.png) so what do i do then if i want to listen for ctrl+return or shift+return

``` $ showkey Type any key to see the sequence it sends. Terminate with your shell interrupt or quit character. #enter #ctrl+enter #shift+enter ``` does this mean my keyboard is...