<div id="editor_version_1.12.1_V7fPaEyl" style="word-break:break-word"><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">Hi team;</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">   On the web view, I use the sol console, I hit an issue, the terminal cannot determine the key (F5-F12) that I pressed.</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">   From the host console, I use the "showkey -a" command to capture the keys that pressed.</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">Here are some results,  F1-F4 are normal, but F5-F12 are the same</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">```</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[P      27 0033 0x1b  ==> f1</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">         80 0120 0x50</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[Q      27 0033 0x1b   ==> f2</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">         81 0121 0x51</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[R      27 0033 0x1b.  ==> f3</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">         82 0122 0x52</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[S      27 0033 0x1b. ==> f4</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">         83 0123 0x53</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[~      27 0033 0x1b. ==> f5</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">        126 0176 0x7e</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[~      27 0033 0x1b. ==> f6</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">        126 0176 0x7e</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">^[~      27 0033 0x1b. == >f7</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">        126 0176 0x7e</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6">``</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6"> In putty, the result is the same at the beginning. After setting up the keypod, they are different, and the result is what I want.</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6"><span style="font-weight:400"><span style="font-size:14px"><span style="font-family:LarkEmojiFont,LarkChineseQuote,-apple-system,system-ui,Tahoma,"PingFang SC",Arial,sans-serif"><span style="color:rgb(31,35,41)"><span style="background-color:rgb(255,255,255)">It might relate to `xterm.js  escape sequences`, </span></span></span></span></span>but I don't know how to do it, do you know? Thanks.</div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6"><br></div><div style="margin-top:4px;margin-bottom:4px;line-height:1.6"><span style="font-weight:400"><span style="font-size:14px"><span style="font-family:LarkEmojiFont,LarkChineseQuote,-apple-system,system-ui,Tahoma,"PingFang SC",Arial,sans-serif"><span style="color:rgb(31,35,41)"><span style="background-color:rgb(255,255,255)">Thanks a lot.</span></span></span></span></span></div></div>