mmitchellg5
mmitchellg5
Will this PK added cause any issues?
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  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...