MacRoman character 0 to 255 ============================================================================== Control Character は Finder や TeachText では コマンドとして解釈されるので 入力出来ませんが、SimpleText では殆どが入力出来ます。 NoMeMo Busters の設定等に Paste 出来ない時は、一度 Finder 上のファイル名に Paste して Cut か Copy することで可能になります。 # // 以降の入力キーは、ことえり v1.x の『半角英字を直接入力』モードでのものです。 # 化けてゐる部分は Font を Courier にすると見えます。 ------------------------------------------------------------------------------ 000<> [ control ]+[ @ ] ( Null ) 001<> [ control ]+[ A ] ( Home ) 002<> [ control ]+[ B ] 003<> [ control ]+[ C ] ( Enter ) 004<> [ control ]+[ D ] ( End ) 005<> [ control ]+[ E ] 006<> [ control ]+[ F ] 007<> [ control ]+[ G ] 008<> [ control ]+[ H ] ( Delete / Back Space ) 009< > [ control ]+[ I ] ( Tab ) 010< > [ control ]+[ J ] ( Line Feed ) 011< > [ control ]+[ K ] ( Page Up ) 012< > [ control ]+[ L ] ( Page Down ) 013< > [ control ]+[ M ] ( Carriage Return ) 014<> [ control ]+[ N ] 015<> [ control ]+[ O ] 016<> [ control ]+[ P ] 017<> [ control ]+[ Q ] 018<> [ control ]+[ R ] 019<> [ control ]+[ S ] 020<> [ control ]+[ T ] 021<> [ control ]+[ U ] 022<> [ control ]+[ V ] 023<> [ control ]+[ W ] 024<> [ control ]+[ X ] 025<> [ control ]+[ Y ] 026<> [ control ]+[ Z ] 027<> [ control ]+[ [ ] 028<> [ control ]+[ \ ] // [ shift ]+[ option ]+[ Left Arrow ] 029<> [ control ]+[ ] ] // [ shift ]+[ option ]+[ Right Arrow ] 030<> [ control ]+[ ^ ] // [ shift ]+[ option ]+[ Up Arrow ] 031<> [ control ]+[ _ ] // [ shift ]+[ option ]+[ Down Arrow ] 032 .. 126 = ( キーボード上に並ぶアルファベットと記号 ) 127<> [ control ]+[ ? ] 128<> 129<> 130<> 131 .. 159 = Font Strike ( 割り当てる丸漢フォントのサイズを決めるマスク ) 160 .. 223 = 半角仮名 224<> 225<> 226<> 227<> 228<> 229<> 230<> 231<> 232<> 233<> 234<> 235<> 236<> 237<> 238<> 239<> 240<> 241<> 242<> 243<> 244<> 245<> 246<> 247<> 248<> 249<> 250<> 251<> 252<> 253<> // [ option ]+[ G ] 254<> // [ option ]+[ 3 ] 255<> // [ option ]+[ ; ]