Mercurial > hg > xemacs-beta
annotate etc/emacskeys.sco @ 4981:4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
-------------------- ChangeLog entries follow: --------------------
modules/ChangeLog addition:
2010-02-05 Ben Wing <ben@xemacs.org>
* postgresql/postgresql.c:
* postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
* postgresql/postgresql.c (Fpq_connectdb):
* postgresql/postgresql.c (Fpq_connect_start):
* postgresql/postgresql.c (Fpq_lo_import):
* postgresql/postgresql.c (Fpq_lo_export):
* ldap/eldap.c (Fldap_open):
* ldap/eldap.c (Fldap_search_basic):
* ldap/eldap.c (Fldap_add):
* ldap/eldap.c (Fldap_modify):
* ldap/eldap.c (Fldap_delete):
* canna/canna_api.c (Fcanna_initialize):
* canna/canna_api.c (Fcanna_store_yomi):
* canna/canna_api.c (Fcanna_parse):
* canna/canna_api.c (Fcanna_henkan_begin):
EXTERNAL_TO_C_STRING returns its argument instead of storing it
in a parameter, and is renamed to EXTERNAL_TO_ITEXT. Similar
things happen to related macros. See entry in src/ChangeLog.
More Mule-izing of postgresql.c. Extract out common code
between `pq-connectdb' and `pq-connect-start'. Fix places
that signal an error string using a formatted string to instead
follow the standard and have a fixed reason followed by the
particular error message stored as one of the frobs.
src/ChangeLog addition:
2010-02-05 Ben Wing <ben@xemacs.org>
* console-msw.c (write_string_to_mswindows_debugging_output):
* console-msw.c (Fmswindows_message_box):
* console-x.c (x_perhaps_init_unseen_key_defaults):
* console.c:
* database.c (dbm_get):
* database.c (dbm_put):
* database.c (dbm_remove):
* database.c (berkdb_get):
* database.c (berkdb_put):
* database.c (berkdb_remove):
* database.c (Fopen_database):
* device-gtk.c (gtk_init_device):
* device-msw.c (msprinter_init_device_internal):
* device-msw.c (msprinter_default_printer):
* device-msw.c (msprinter_init_device):
* device-msw.c (sync_printer_with_devmode):
* device-msw.c (Fmsprinter_select_settings):
* device-x.c (sanity_check_geometry_resource):
* device-x.c (Dynarr_add_validified_lisp_string):
* device-x.c (x_init_device):
* device-x.c (Fx_put_resource):
* device-x.c (Fx_valid_keysym_name_p):
* device-x.c (Fx_set_font_path):
* dialog-msw.c (push_lisp_string_as_unicode):
* dialog-msw.c (handle_directory_dialog_box):
* dialog-msw.c (handle_file_dialog_box):
* dialog-x.c (dbox_descriptor_to_widget_value):
* editfns.c (Fformat_time_string):
* editfns.c (Fencode_time):
* editfns.c (Fset_time_zone_rule):
* emacs.c (make_argc_argv):
* emacs.c (Fdump_emacs):
* emodules.c (emodules_load):
* eval.c:
* eval.c (maybe_signal_error_1):
* event-msw.c (Fdde_alloc_advise_item):
* event-msw.c (mswindows_dde_callback):
* event-msw.c (mswindows_wnd_proc):
* fileio.c (report_error_with_errno):
* fileio.c (Fsysnetunam):
* fileio.c (Fdo_auto_save):
* font-mgr.c (extract_fcapi_string):
* font-mgr.c (Ffc_config_app_font_add_file):
* font-mgr.c (Ffc_config_app_font_add_dir):
* font-mgr.c (Ffc_config_filename):
* frame-gtk.c (gtk_set_frame_text_value):
* frame-gtk.c (gtk_create_widgets):
* frame-msw.c (mswindows_init_frame_1):
* frame-msw.c (mswindows_set_title_from_ibyte):
* frame-msw.c (msprinter_init_frame_3):
* frame-x.c (x_set_frame_text_value):
* frame-x.c (x_set_frame_properties):
* frame-x.c (start_drag_internal_1):
* frame-x.c (x_cde_transfer_callback):
* frame-x.c (x_create_widgets):
* glyphs-eimage.c (my_jpeg_output_message):
* glyphs-eimage.c (jpeg_instantiate):
* glyphs-eimage.c (gif_instantiate):
* glyphs-eimage.c (png_instantiate):
* glyphs-eimage.c (tiff_instantiate):
* glyphs-gtk.c (xbm_instantiate_1):
* glyphs-gtk.c (gtk_xbm_instantiate):
* glyphs-gtk.c (gtk_xpm_instantiate):
* glyphs-gtk.c (gtk_xface_instantiate):
* glyphs-gtk.c (cursor_font_instantiate):
* glyphs-gtk.c (gtk_redisplay_widget):
* glyphs-gtk.c (gtk_widget_instantiate_1):
* glyphs-gtk.c (gtk_add_tab_item):
* glyphs-msw.c (mswindows_xpm_instantiate):
* glyphs-msw.c (bmp_instantiate):
* glyphs-msw.c (mswindows_resource_instantiate):
* glyphs-msw.c (xbm_instantiate_1):
* glyphs-msw.c (mswindows_xbm_instantiate):
* glyphs-msw.c (mswindows_xface_instantiate):
* glyphs-msw.c (mswindows_redisplay_widget):
* glyphs-msw.c (mswindows_widget_instantiate):
* glyphs-msw.c (add_tree_item):
* glyphs-msw.c (add_tab_item):
* glyphs-msw.c (mswindows_combo_box_instantiate):
* glyphs-msw.c (mswindows_widget_query_string_geometry):
* glyphs-x.c (x_locate_pixmap_file):
* glyphs-x.c (xbm_instantiate_1):
* glyphs-x.c (x_xbm_instantiate):
* glyphs-x.c (extract_xpm_color_names):
* glyphs-x.c (x_xpm_instantiate):
* glyphs-x.c (x_xface_instantiate):
* glyphs-x.c (autodetect_instantiate):
* glyphs-x.c (safe_XLoadFont):
* glyphs-x.c (cursor_font_instantiate):
* glyphs-x.c (x_redisplay_widget):
* glyphs-x.c (Fchange_subwindow_property):
* glyphs-x.c (x_widget_instantiate):
* glyphs-x.c (x_tab_control_redisplay):
* glyphs.c (pixmap_to_lisp_data):
* gui-x.c (menu_separator_style_and_to_external):
* gui-x.c (add_accel_and_to_external):
* gui-x.c (button_item_to_widget_value):
* hpplay.c (player_error_internal):
* hpplay.c (play_sound_file):
* hpplay.c (play_sound_data):
* intl.c (Fset_current_locale):
* lisp.h:
* menubar-gtk.c (gtk_xemacs_set_accel_keys):
* menubar-msw.c (populate_menu_add_item):
* menubar-msw.c (populate_or_checksum_helper):
* menubar-x.c (menu_item_descriptor_to_widget_value_1):
* nt.c (init_user_info):
* nt.c (get_long_basename):
* nt.c (nt_get_resource):
* nt.c (init_mswindows_environment):
* nt.c (get_cached_volume_information):
* nt.c (mswindows_readdir):
* nt.c (read_unc_volume):
* nt.c (mswindows_stat):
* nt.c (mswindows_getdcwd):
* nt.c (mswindows_executable_type):
* nt.c (Fmswindows_short_file_name):
* ntplay.c (nt_play_sound_file):
* objects-gtk.c:
* objects-gtk.c (gtk_valid_color_name_p):
* objects-gtk.c (gtk_initialize_font_instance):
* objects-gtk.c (gtk_font_list):
* objects-msw.c (font_enum_callback_2):
* objects-msw.c (parse_font_spec):
* objects-x.c (x_parse_nearest_color):
* objects-x.c (x_valid_color_name_p):
* objects-x.c (x_initialize_font_instance):
* objects-x.c (x_font_instance_truename):
* objects-x.c (x_font_list):
* objects-xlike-inc.c (XFUN):
* objects-xlike-inc.c (xft_find_charset_font):
* process-nt.c (mswindows_report_winsock_error):
* process-nt.c (nt_create_process):
* process-nt.c (get_internet_address):
* process-nt.c (nt_open_network_stream):
* process-unix.c:
* process-unix.c (allocate_pty):
* process-unix.c (get_internet_address):
* process-unix.c (unix_canonicalize_host_name):
* process-unix.c (unix_open_network_stream):
* realpath.c:
* select-common.h (lisp_data_to_selection_data):
* select-gtk.c (symbol_to_gtk_atom):
* select-gtk.c (atom_to_symbol):
* select-msw.c (symbol_to_ms_cf):
* select-msw.c (mswindows_register_selection_data_type):
* select-x.c (symbol_to_x_atom):
* select-x.c (x_atom_to_symbol):
* select-x.c (hack_motif_clipboard_selection):
* select-x.c (Fx_store_cutbuffer_internal):
* sound.c (Fplay_sound_file):
* sound.c (Fplay_sound):
* sound.h (sound_perror):
* sysdep.c:
* sysdep.c (qxe_allocating_getcwd):
* sysdep.c (qxe_execve):
* sysdep.c (copy_in_passwd):
* sysdep.c (qxe_getpwnam):
* sysdep.c (qxe_ctime):
* sysdll.c (dll_open):
* sysdll.c (dll_function):
* sysdll.c (dll_variable):
* sysdll.c (search_linked_libs):
* sysdll.c (dll_error):
* sysfile.h:
* sysfile.h (PATHNAME_CONVERT_OUT_TSTR):
* sysfile.h (PATHNAME_CONVERT_OUT_UTF_8):
* sysfile.h (PATHNAME_CONVERT_OUT):
* sysfile.h (LISP_PATHNAME_CONVERT_OUT):
* syswindows.h (ITEXT_TO_TSTR):
* syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
* syswindows.h (TSTR_TO_LOCAL_FILE_FORMAT):
* syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN):
* syswindows.h (LISP_LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR):
* text.h:
* text.h (eicpy_ext_len):
* text.h (enum new_dfc_src_type):
* text.h (EXTERNAL_TO_ITEXT):
* text.h (GET_STRERROR):
* tooltalk.c (check_status):
* tooltalk.c (Fadd_tooltalk_message_arg):
* tooltalk.c (Fadd_tooltalk_pattern_attribute):
* tooltalk.c (Fadd_tooltalk_pattern_arg):
* win32.c (tstr_to_local_file_format):
* win32.c (mswindows_lisp_error_1):
* win32.c (mswindows_report_process_error):
* win32.c (Fmswindows_shell_execute):
* win32.c (mswindows_read_link_1):
Changes involving external/internal format conversion,
mostly code cleanup and renaming.
1. Eliminate the previous macros like LISP_STRING_TO_EXTERNAL
that stored its result in a parameter. The new version of
LISP_STRING_TO_EXTERNAL returns its result through the
return value, same as the previous NEW_LISP_STRING_TO_EXTERNAL.
Use the new-style macros throughout the code.
2. Rename C_STRING_TO_EXTERNAL and friends to ITEXT_TO_EXTERNAL,
in keeping with overall naming rationalization involving
Itext and related types.
Macros involved in previous two:
EXTERNAL_TO_C_STRING -> EXTERNAL_TO_ITEXT
EXTERNAL_TO_C_STRING_MALLOC -> EXTERNAL_TO_ITEXT_MALLOC
SIZED_EXTERNAL_TO_C_STRING -> SIZED_EXTERNAL_TO_ITEXT
SIZED_EXTERNAL_TO_C_STRING_MALLOC -> SIZED_EXTERNAL_TO_ITEXT_MALLOC
C_STRING_TO_EXTERNAL -> ITEXT_TO_EXTERNAL
C_STRING_TO_EXTERNAL_MALLOC -> ITEXT_TO_EXTERNAL_MALLOC
LISP_STRING_TO_EXTERNAL
LISP_STRING_TO_EXTERNAL_MALLOC
LISP_STRING_TO_TSTR
C_STRING_TO_TSTR -> ITEXT_TO_TSTR
TSTR_TO_C_STRING -> TSTR_TO_ITEXT
The following four still return their values through parameters,
since they have more than one value to return:
C_STRING_TO_SIZED_EXTERNAL -> ITEXT_TO_SIZED_EXTERNAL
LISP_STRING_TO_SIZED_EXTERNAL
C_STRING_TO_SIZED_EXTERNAL_MALLOC -> ITEXT_TO_SIZED_EXTERNAL_MALLOC
LISP_STRING_TO_SIZED_EXTERNAL_MALLOC
Sometimes additional casts had to be inserted, since the old
macros played strange games and completely defeated the type system
of the store params.
3. Rewrite many places where direct calls to TO_EXTERNAL_FORMAT
occurred with calls to one of the convenience macros listed above,
or to make_extstring().
4. Eliminate SIZED_C_STRING macros (they were hardly used, anyway)
and use a direct call to TO_EXTERNAL_FORMAT or TO_INTERNAL_FORMAT.
4. Use LISP_PATHNAME_CONVERT_OUT in many places instead of something
like LISP_STRING_TO_EXTERNAL(..., Qfile_name).
5. Eliminate some temporary variables that are no longer necessary
now that we return a value rather than storing it into a variable.
6. Some Mule-izing in database.c.
7. Error functions:
-- A bit of code cleanup in maybe_signal_error_1.
-- Eliminate report_file_type_error; it's just an alias for
signal_error_2 with params in a different order.
-- Fix some places in the hostname-handling code that directly
inserted externally-retrieved error strings into the
supposed ASCII "reason" param instead of doing the right thing
and sticking text descriptive of what was going on in "reason"
and putting the external message in a frob.
8. Use Ascbyte instead of CIbyte in process-unix.c and maybe one
or two other places.
9. Some code cleanup in copy_in_passwd() in sysdep.c.
10. Fix a real bug due to accidental variable shadowing in
tstr_to_local_file_format() in win32.c.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 11:02:24 -0600 |
parents | 376386a54a3c |
children |
rev | line source |
---|---|
0 | 1 # |
2 # SCO(tm) keyboard mapping file with Emacs meta-keys | |
3 # Automatically generated using the emap utility | |
4 # | |
5 # Below is the uuencoded source for the emap utility. This program | |
6 # will, when run on an SCO console, take the current keyboard | |
7 # map and set the 'meta' bit for all keys. To make this usable | |
8 # under Emacs, edit your termcap and terminfo entries for the | |
9 # sco console (the ansi entries) and add the 'km' capability. | |
10 # Usage: | |
11 # emap [-o] [-f filename] | |
12 # If you run the utility with no flags, it will simply modify the | |
13 # current keyboard map in kernel memory for the multiscreen on | |
14 # which it was invoked. Specifying -f and a filename will cause | |
15 # a file suitable for input to the mapkey(M) utility to be generated. | |
16 # Specifying -o will produce, on stdout, a file suitable for input | |
17 # to the mapkey(M) utility but will NOT modify the in-memory | |
18 # map. | |
19 # I personally run this utility once, and replace /usr/lib/keyboard/keys | |
20 # with the result. You may prefer to run it in your .profile or | |
21 # via a shell-script which will in turn invoke emacs. | |
22 # | |
23 # begin 600 emap.c.gz | |
24 # M'XL("'F'RC " V5M87 N8P"=5VUOXC@0_LZOF$W50KIT%^AM[U2V>Z*HW%9+ | |
25 # MH2JL=*<6H6"<$A&27&RZ1;?][S=C.X&$%'H7(>S8\\R;QS.3 R]@_G+*X;.0 | |
26 # M4R_\,/M2.DB7EH&'J]DUL1(?Y2KB8GMYSE>3T(D5H,2?)8\#8#,GAN,PDD[\ | |
27 # MV$P6O4 "+GG!M$HCCV,UXJ]9*FF$(UC@++BX'\$%_%,"L(*E;U5I(L*9F<AG | |
28 # M/>'I))1F$ORM)PZ;Z\F$&_A$Z'%F2 .S_I2\1WID<2+.C)X>ISXW$U9/)HUD | |
29 # M<II,?C','"->K()$UXGA[R0K"T.R-#M<,#UQC:J/9HS-& BK])*ZJH1^][V | |
30 # M0X7\RJJ [PLG&DLXGB_L$CE/2$=Z3!]&_'3?^'0V:N*R>I>BKA:J.&ND6\1* | |
31 # MSJO@H1C$1S$NN%!!XBI8AY^FJ$45F-U4S&,6K: 2/Q&+NJT0;ABC/GAVM29X | |
32 # M\!EZWV_&@V%K>#7 ]_?O;20!=:[TR#D2DO;V?''R!=6_9Z,/:,*]-U+,Z/%0 | |
33 # M^O5@/+B]:E^WNE!!VZIDK&?;AF+-CQ[QPY-LAAK/[8W5+ UZP!$<OHU[_=OS | |
34 # MU YM8Q!&EMV$2<R=>;,(TQU\S6-\,?-<N1MVMPV+WP!K=[_E8<P/,;AWHGK; | |
35 # MJ& _:K"-$OM1E\/691XVD<YD-ZK5'>9!CK_/A06@>"^J/>QN>5#&_AY1!:AX | |
36 # M/ZSWYZ"]Y7B!&:48->6NL_3E>691ASS&+WRYH$-IWW5L.#JBB(;/9J5KVSG, | |
37 # MUEU%J8=3O*L$.TGYO(>ZW<Q!N8^Z9V1VOO=R,G'E#3)=O,(9H9K1:T+WL=-7 | |
38 # M,4/U4LK/,HPV+SE91.K#:2.K>.9XTGHCYZ.,K-0KE*0NH-[X=0<7:\I]JQAN | |
39 # MG(I*;#BTWCC+>3-G>OE0'+(R>=+(+S^4RS;\_ GI^T/9MN%WL!X>+#@'2U6( | |
40 # M@@?S8%ZO78)KSX>U!E;5+"YQ]@9Q@^K!R9F@>J"S_]HOCDRJ0L.LOZAJ8E)S | |
41 # M92/;N_ZC@".H/==.[<WBH"Y4=]P_+V!K]7/WR1"W"XG;Q<2]0N)>,?%E(?%E | |
42 # MCIB\%'.YQ$X'"=!RM)KJZ<+Q EVDL1G"TJ7+]S&^/.DRK?NBBQIV0^Y%+:W0 | |
43 # MQVZ ]1'[!(<)=)>@TFC1;N>Z>X6[-$UK/OXG]=NK,E4^?\P\'[N#>K;H,N3Y | |
44 # MR*GI@HK6AQ1!<T+W?!W#%+J, NVJWUE':B:'I2&NZ,IA>4T71BBD_@JA6RZN | |
45 # MW*&[":)'V9_TD&^^^$F,6M^%\\C/ ?T7P?U).,(_%UST"=WXT4.0N['/GB1G | |
46 # MY26IT"6G>2&3/E3PE/ZX[H^_7?UUT[JMPA%R5QAMX#OL?++^CK#-I:;(6J/6 | |
47 # M@K70S"TA/N0*]$66$;G'#2..L>0&>%X_LJ>E(!4=&G:MV,6I+NUPZ4\A"+%O | |
48 # MQ".5',*EC)92>:?(+8V"9. FCG91F8--=V9W8-#N5^3"AN0[@6(U\H)')0TP | |
49 # M*<S@BF(<%EPZ)Q3I.YBUEC)<4%?K^/X* SG@,>H_A:4@CG+&]7DOI>=[<O4Z | |
50 # MHQTB_N>#G<@.I@+[_F(<"["OR+!9#V:/NK =O%F(GV(PH5P%JJ=,@>;-<"O< | |
51 # MHV\$_A8_O:3]/=/]/</BBK[^$(SIS/ ]W]]36+[;;-Z16C7OO?[=36NSH2 V | |
52 # M&_T_-GHCLW.1W]/8$?S$HO%;K;E/U.#K=6>X4]+@:V=4*$E!WRRH/;S;;1&V | |
53 # ME,5R"/D?[.D@HWT&*5D%!NF-1-2&+,K8:<;)9-%#NHWJXU)_;#*3\S+))Y.P | |
54 # MMH)H#XOBM.?B=PX&=,75'Y9K)6O;]6R=FF^+4O.ZH*W3\ZNI\;8@3>]*A/2O | |
55 # .]VJJY/\+D-=?N%H1 #5 | |
56 # | |
57 # end | |
58 # | |
59 # The output below is the result of running emap on the default | |
60 # SCO keymap as installed by SCO. It is the equivalent of the | |
61 # at.ibm.usa key map file in /usr/lib/keyboard/keys, but with | |
62 # the meta bits set properly. Note that for meta keys to work correctly | |
63 # you MUST edit /etc/termcap and /usr/lib/terminfo/terminfo.src and add | |
64 # the 'km' capability for the 'ansi' entry, and you must disable channel | |
65 # mapping in /etc/default/mapchan for the console screens. Extra function | |
66 # keys have been added, and the matching emacsstrs.sco is in this | |
67 # directory to make a map which scoansi.el can use. So the sequence of | |
68 # events should be: | |
69 # a) Copy this file to /usr/lib/keyboard/keys | |
70 # b) copy emacsstrs.sco to /usr/lib/keyboard/stings | |
71 # c) run mapkey and mapstr and set MAPKEY=yes in /etc/default/boot | |
72 # d) Add mapstr -f to your /etc/profile or your shell startup | |
73 # e) Arrange to have scoansi.el loaded from your .emacs file. | |
74 # | |
75 # alt | |
76 # scan cntrl alt alt cntrl lock | |
77 # code base shift cntrl shift alt shift cntrl shift state | |
78 # | |
79 0 nop nop nop nop nop nop nop nop O | |
80 1 esc esc esc esc 0x9b 0x9b 0x9b 0x9b O | |
81 2 '1' '!' nop nop 0xb1 0xa1 nop nop O | |
82 3 '2' '@' nul nul 0xb2 0xc0 0x80 0x80 O | |
83 4 '3' '#' nop nop 0xb3 0xa3 nop nop O | |
84 5 '4' '$' nop nop 0xb4 0xa4 nop nop O | |
85 6 '5' '%' nop nop 0xb5 0xa5 nop nop O | |
86 7 '6' '^' rs rs 0xb6 0xde 0x9e 0x9e O | |
87 8 '7' '&' nop nop 0xb7 0xa6 nop nop O | |
88 9 '8' '*' nop nop 0xb8 0xaa nop nop O | |
89 10 '9' '(' nop nop 0xb9 0xa8 nop nop O | |
90 11 '0' ')' nop nop 0xb0 0xa9 nop nop O | |
91 12 '-' '_' ns ns 0xad 0xdf 0x9f 0x9f O | |
92 13 '=' '+' nop nop 0xbd 0xab nop nop O | |
93 14 bs bs del del 0x88 0x88 0xff 0xff O | |
94 15 ht btab nop nop 0x89 btab nop nop O | |
95 16 'q' 'Q' dc1 dc1 0xf1 0xd1 0x91 0x91 C | |
96 17 'w' 'W' etb etb 0xf7 0xd7 0x97 0x97 C | |
97 18 'e' 'E' enq enq 0xe5 0xc5 0x85 0x85 C | |
98 19 'r' 'R' dc2 dc2 0xf2 0xd2 0x92 0x92 C | |
99 20 't' 'T' dc4 dc4 0xf4 0xd4 0x94 0x94 C | |
100 21 'y' 'Y' em em 0xf9 0xd9 0x99 0x99 C | |
101 22 'u' 'U' nak nak 0xf5 0xd5 0x95 0x95 C | |
102 23 'i' 'I' ht ht 0xe9 0xc9 0x89 0x89 C | |
103 24 'o' 'O' si si 0xef 0xcf 0x8f 0x8f C | |
104 25 'p' 'P' dle dle 0xf0 0xd0 0x90 0x90 C | |
105 26 '[' '{' esc esc 0xdb 0xfb 0x9b 0x9b O | |
106 27 ']' '}' gs gs 0xdd 0xfd 0x9d 0x9d O | |
107 28 cr cr nl nl 0x8d 0x8d 0x8a 0x8a O | |
108 29 ctrl ctrl ctrl ctrl ctrl ctrl ctrl ctrl O | |
109 30 'a' 'A' soh soh 0xe1 0xc1 0x81 0x81 C | |
110 31 's' 'S' dc3 dc3 0xf3 0xd3 0x93 0x93 C | |
111 32 'd' 'D' eot eot 0xe4 0xc4 0x84 0x84 C | |
112 33 'f' 'F' ack ack 0xe6 0xc6 0x86 0x86 C | |
113 34 'g' 'G' bel bel 0xe7 0xc7 0x87 0x87 C | |
114 35 'h' 'H' bs bs 0xe8 0xc8 0x88 0x88 C | |
115 36 'j' 'J' nl nl 0xea 0xca 0x8a 0x8a C | |
116 37 'k' 'K' vt vt 0xeb 0xcb 0x8b 0x8b C | |
117 38 'l' 'L' np np 0xec 0xcc 0x8c 0x8c C | |
118 39 ';' ':' nop nop 0xbb 0xba nop nop O | |
119 40 '\'' '"' nop nop 0xa7 0xa2 nop nop O | |
120 41 '`' '~' nop nop 0xe0 0xfe nop nop O | |
121 42 lshift lshift lshift lshift lshift lshift lshift lshift O | |
122 43 '\\' '|' fs fs 0xdc 0xfc 0x9c 0x9c O | |
123 44 'z' 'Z' sub sub 0xfa 0xda 0x9a 0x9a C | |
124 45 'x' 'X' can can 0xf8 0xd8 0x98 0x98 C | |
125 46 'c' 'C' etx etx 0xe3 0xc3 0x83 0x83 C | |
126 47 'v' 'V' syn syn 0xf6 0xd6 0x96 0x96 C | |
127 48 'b' 'B' stx stx 0xe2 0xc2 0x82 0x82 C | |
128 49 'n' 'N' so so 0xee 0xce 0x8e 0x8e C | |
129 50 'm' 'M' cr cr 0xed 0xcd 0x8d 0x8d C | |
130 51 ',' '<' nop nop 0xac 0xbc nop nop O | |
131 52 '.' '>' nop nop 0xae 0xbe nop nop O | |
132 53 '/' '?' nop nop 0xaf 0xbf nop nop O | |
133 54 rshift rshift rshift rshift rshift rshift rshift rshift O | |
134 55 '*' '*' nscr nscr 0xaa 0xaa nscr nscr O | |
135 56 alt alt alt alt alt alt alt alt O | |
136 57 ' ' ' ' ' ' ' ' 0xa0 0xa0 0xa0 0xa0 O | |
137 58 clock clock clock clock clock clock clock clock O | |
138 59 fkey1 fkey13 fkey25 fkey37 scr1 scr11 scr1 scr11 O | |
139 60 fkey2 fkey14 fkey26 fkey38 scr2 scr12 scr2 scr12 O | |
140 61 fkey3 fkey15 fkey27 fkey39 scr3 scr13 scr3 scr13 O | |
141 62 fkey4 fkey16 fkey28 fkey40 scr4 scr14 scr4 scr14 O | |
142 63 fkey5 fkey17 fkey29 fkey41 scr5 scr15 scr5 scr15 O | |
143 64 fkey6 fkey18 fkey30 fkey42 scr6 scr16 scr6 scr16 O | |
144 65 fkey7 fkey19 fkey31 fkey43 scr7 scr7 scr7 scr7 O | |
145 66 fkey8 fkey20 fkey32 fkey44 scr8 scr8 scr8 scr8 O | |
146 67 fkey9 fkey21 fkey33 fkey45 scr9 scr9 scr9 scr9 O | |
147 68 fkey10 fkey22 fkey34 fkey46 scr10 scr10 scr10 scr10 O | |
148 69 nlock nlock dc3 dc3 nlock nlock 0x93 0x93 O | |
149 70 slock slock del del slock slock 0xff 0xff O | |
150 71 fkey49 '7' '7' '7' '7' 0xb7 0xb7 0xb7 N | |
151 72 fkey50 '8' '8' '8' '8' 0xb8 0xb8 0xb8 N | |
152 73 fkey51 '9' '9' '9' '9' 0xb9 0xb9 0xb9 N | |
153 74 fkey52 '-' '-' '-' '-' 0xad 0xad 0xad N | |
154 75 fkey53 '4' '4' '4' '4' 0xb4 0xb4 0xb4 N | |
155 76 fkey54 '5' '5' '5' '5' 0xb5 0xb5 0xb5 N | |
156 77 fkey55 '6' '6' '6' '6' 0xb6 0xb6 0xb6 N | |
157 78 fkey56 '+' '+' '+' '+' 0xab 0xab 0xab N | |
158 79 fkey57 '1' '1' '1' '1' 0xb1 0xb1 0xb1 N | |
159 80 fkey58 '2' '2' '2' '2' 0xb2 0xb2 0xb2 N | |
160 81 fkey59 '3' '3' '3' '3' 0xb3 0xb3 0xb3 N | |
161 82 fkey60 '0' '0' '0' '0' 0xb0 0xb0 0xb0 N | |
162 83 del '.' del del 0xff 0xae 0xff 0xff N | |
163 84 ns ns ns ns 0x9f 0x9f 0x9f 0x9f O | |
164 85 nop nop nop nop nop nop nop nop O | |
165 86 nop nop nop nop nop nop nop nop O | |
166 87 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O | |
167 88 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O | |
168 89 nop nop nop nop nop nop nop nop O | |
169 90 nop nop nop nop nop nop nop nop O | |
170 91 nop nop nop nop nop nop nop nop O | |
171 92 nop nop nop nop nop nop nop nop O | |
172 93 nop nop nop nop nop nop nop nop O | |
173 94 nop nop nop nop nop nop nop nop O | |
174 95 nop nop nop nop nop nop nop nop O | |
175 96 fkey50 fkey62 fkey72 fkey50 fkey82 fkey62 fkey72 fkey50 N | |
176 97 fkey53 fkey64 fkey74 fkey53 fkey84 fkey64 fkey74 fkey53 N | |
177 98 fkey58 fkey67 fkey77 fkey58 fkey87 fkey67 fkey77 fkey58 N | |
178 99 fkey55 fkey65 fkey75 fkey55 fkey85 fkey65 fkey75 fkey55 N | |
179 100 fkey49 fkey61 fkey71 fkey49 fkey81 fkey61 fkey71 fkey49 N | |
180 101 nop nop nop nop nop nop nop nop O | |
181 102 fkey57 fkey66 fkey76 fkey57 fkey86 fkey66 fkey76 fkey57 N | |
182 103 fkey59 fkey68 fkey78 fkey59 fkey88 fkey68 fkey78 fkey59 N | |
183 104 fkey60 fkey69 fkey79 fkey60 fkey89 fkey69 fkey79 fkey60 N | |
184 105 del del del del 0xff 0xff 0xff 0xff N | |
185 106 fkey54 fkey54 fkey93 fkey54 fkey96 fkey54 fkey54 fkey54 N | |
186 107 nop nop nop nop nop nop nop nop O | |
187 108 nop nop nop nop nop nop nop nop O | |
188 109 nop nop nop nop nop nop nop nop O | |
189 110 nop nop nop nop nop nop nop nop O | |
190 111 nop nop nop nop nop nop nop nop O | |
191 112 nop nop nop nop nop nop nop nop O | |
192 113 nop nop nop nop nop nop nop nop O | |
193 114 nop nop nop nop nop nop nop nop O | |
194 115 nop nop nop nop nop nop nop nop O | |
195 116 nop nop nop nop nop nop nop nop O | |
196 117 nop nop nop nop nop nop nop nop O | |
197 118 nop nop nop nop nop nop nop nop O | |
198 119 nop nop nop nop nop nop nop nop O | |
199 120 nop nop nop nop nop nop nop nop O | |
200 121 nop nop nop nop nop nop nop nop O | |
201 122 nop nop nop nop nop nop nop nop O | |
202 123 nop nop nop nop nop nop nop nop O | |
203 124 nop nop nop nop nop nop nop nop O | |
204 125 nop nop nop nop nop nop nop nop O | |
205 126 nop nop nop nop nop nop nop nop O | |
206 127 nop nop nop nop nop nop nop nop O | |
207 128 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O | |
208 129 ralt ralt ralt ralt ralt ralt ralt ralt O | |
209 130 fkey60 fkey69 fkey79 fkey60 fkey89 fkey69 fkey79 fkey60 O | |
210 131 del del del del 0xff 0xff 0xff 0xff N | |
211 132 fkey49 fkey61 fkey71 fkey49 fkey81 fkey61 fkey71 fkey49 N | |
212 133 fkey57 fkey66 fkey76 fkey57 fkey86 fkey66 fkey76 fkey57 N | |
213 134 fkey51 fkey63 fkey73 fkey51 fkey83 fkey63 fkey73 fkey51 N | |
214 135 fkey59 fkey68 fkey78 fkey59 fkey88 fkey68 fkey78 fkey59 N | |
215 136 fkey55 fkey65 fkey75 fkey55 fkey85 fkey65 fkey75 fkey55 N | |
216 137 fkey53 fkey64 fkey74 fkey53 fkey84 fkey64 fkey74 fkey53 N | |
217 138 fkey50 fkey62 fkey72 fkey50 fkey82 fkey62 fkey72 fkey50 N | |
218 139 fkey58 fkey67 fkey77 fkey58 fkey87 fkey67 fkey77 fkey58 N | |
219 140 '/' nop nop nop 0xaf nop nop nop O | |
220 141 cr cr nl nl 0x8d 0x8d 0x8a 0x8a O |