Lines Matching full:onclick
634 <input name="refresh" type="button" value="REFRESH" onclick="refresh_screen()">
635 <input name="refresh" type="button" value="CURSOR" onclick="query_cursor()">
636 <input name="hash" type="button" value="HASH" onclick="query_hash()">
637 <input name="exit" type="button" value="EXIT" onclick="exit_server()">
639 <input type="button" value="Esc" onclick="type_key('\\x1b\\x1b')" />
640 <input type="button" value="` ~" onclick="type_key('`~')" />
641 <input type="button" value="1!" onclick="type_key('1!')" />
642 <input type="button" value="2@" onclick="type_key('2@\\x00')" />
643 <input type="button" value="3#" onclick="type_key('3#')" />
644 <input type="button" value="4$" onclick="type_key('4$')" />
645 <input type="button" value="5%%" onclick="type_key('5%%')" />
646 <input type="button" value="6^" onclick="type_key('6^\\x1E')" />
647 <input type="button" value="7&" onclick="type_key('7&')" />
648 <input type="button" value="8*" onclick="type_key('8*')" />
649 <input type="button" value="9(" onclick="type_key('9(')" />
650 <input type="button" value="0)" onclick="type_key('0)')" />
651 <input type="button" value="-_" onclick="type_key('-_\\x1F')" />
652 <input type="button" value="=+" onclick="type_key('=+')" />
653 <input type="button" value="BkSp" onclick="type_key('\\x08\\x08\\x08')" />
655 <input type="button" value="Tab" onclick="type_key('\\t\\t')" />
656 <input type="button" value="Q" onclick="type_key('qQ\\x11')" />
657 <input type="button" value="W" onclick="type_key('wW\\x17')" />
658 <input type="button" value="E" onclick="type_key('eE\\x05')" />
659 <input type="button" value="R" onclick="type_key('rR\\x12')" />
660 <input type="button" value="T" onclick="type_key('tT\\x14')" />
661 <input type="button" value="Y" onclick="type_key('yY\\x19')" />
662 <input type="button" value="U" onclick="type_key('uU\\x15')" />
663 <input type="button" value="I" onclick="type_key('iI\\x09')" />
664 <input type="button" value="O" onclick="type_key('oO\\x0F')" />
665 <input type="button" value="P" onclick="type_key('pP\\x10')" />
666 <input type="button" value="[ {" onclick="type_key('[{\\x1b')" />
667 <input type="button" value="] }" onclick="type_key(']}\\x1d')" />
668 <input type="button" value="\\ |" onclick="type_key('\\\\|\\x1c')" />
670 <input type="button" id="Ctrl" value="Ctrl" onclick="key_ctrl()" />
671 <input type="button" value="A" onclick="type_key('aA\\x01')" />
672 <input type="button" value="S" onclick="type_key('sS\\x13')" />
673 <input type="button" value="D" onclick="type_key('dD\\x04')" />
674 <input type="button" value="F" onclick="type_key('fF\\x06')" />
675 <input type="button" value="G" onclick="type_key('gG\\x07')" />
676 <input type="button" value="H" onclick="type_key('hH\\x08')" />
677 <input type="button" value="J" onclick="type_key('jJ\\x0A')" />
678 <input type="button" value="K" onclick="type_key('kK\\x0B')" />
679 <input type="button" value="L" onclick="type_key('lL\\x0C')" />
680 <input type="button" value="; :" onclick="type_key(';:')" />
681 <input type="button" id="quote" value="'" onclick="type_key('\\x27\\x22')" />
682 <input type="button" value="Enter" onclick="type_key('\\n\\n')" />
684 <input type="button" id="ShiftLock" value="Caps Lock" onclick="key_shiftlock()" />
685 <input type="button" id="Shift" value="Shift" onclick="key_shift()" />
686 <input type="button" value="Z" onclick="type_key('zZ\\x1A')" />
687 <input type="button" value="X" onclick="type_key('xX\\x18')" />
688 <input type="button" value="C" onclick="type_key('cC\\x03')" />
689 <input type="button" value="V" onclick="type_key('vV\\x16')" />
690 <input type="button" value="B" onclick="type_key('bB\\x02')" />
691 <input type="button" value="N" onclick="type_key('nN\\x0E')" />
692 <input type="button" value="M" onclick="type_key('mM\\x0D')" />
693 <input type="button" value=", <" onclick="type_key(',<')" />
694 <input type="button" value=". >" onclick="type_key('.>')" />
695 <input type="button" value="/ ?" onclick="type_key('/?')" />
696 <input type="button" id="Shift2" value="Shift" onclick="key_shift()" />
697 <input type="button" id="Ctrl2" value="Ctrl" onclick="key_ctrl()" />
699 <input type="button" value=" FINAL FRONTIER " onclick="type_key(' ')" />