Special Characters: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>Anaminus
updated/modified list
Line 1: Line 1:
When using Roblox Studio's script editor, there are a bunch of unprintable characters that cannot be inserted into the script in any normal way. They show up in the editor as a black rectangle with white text in  
When using Roblox Studio's script editor, there are a bunch of unprintable characters that cannot be inserted into the script in any normal way. They show up in the editor as a black rectangle with white text in it. See the page on [http://en.wikipedia.org/wiki/Control_character Control Characters] for information about these characters.


{|
{|class="sortable"
! Ascii value !! Displayed As !! Keyboard shortcut          !! Description
! Ascii value !! Character !! Keyboard shortcut          !! Notes
|-
|-
| 0           || {{:Special_Characters/box|NUL}} || {{key press|Ctrl|Shift|@}} || Null character
|0 || {{:Special_Characters/box|NUL}} || {{key press|Ctrl|Shift|2}}
|-
|-
| 17          || {{:Special_Characters/box|DC1}} || {{key press|Ctrl|Q}}       || Up key
|1 || {{:Special_Characters/box|SOH}} || {{key press|Ctrl|Shift|A}}
|-
|-
| 18          || {{:Special_Characters/box|DC2}} || {{key press|Ctrl|Shift|R}} || Down key
|2 || {{:Special_Characters/box|STX}} || {{key press|Ctrl|B}}
|-
|-
| 19          || {{:Special_Characters/box|DC3}} || {{key press|Ctrl|Shift|S}} || Right key
|2 || {{:Special_Characters/box|STX}} || {{key press|Ctrl|Shift|B}}
|-
|-
| 20          || {{:Special_Characters/box|DC4}} ||                           || Left key
|4 || {{:Special_Characters/box|EOT}} || {{key press|Ctrl|Shift|D}}
|-
|-
| 27         || {{:Special_Characters/box|ESC}} || {{key press|Shift|Esc}}   || Escape key
|5 || {{:Special_Characters/box|ENQ}} || {{key press|Ctrl|E}}
|-
|5 || {{:Special_Characters/box|ENQ}} || {{key press|Ctrl|Shift|E}}
|-
|6 || {{:Special_Characters/box|ACK}} || {{key press|Ctrl|Shift|F}}
|-
|7 || {{:Special_Characters/box|BEL}} || {{key press|Ctrl|Shift|G}}
|-
|8 || {{:Special_Characters/box|BS}} || {{key press|Ctrl|Shift|H}}
|-
|9 || {{:Special_Characters/box|TAB}} || {{key press|Ctrl|I}} || Appears as a tab
|-
|9 || {{:Special_Characters/box|TAB}} || {{key press|Ctrl|Shift|I}} || Appears as a tab
|-
|10 || {{:Special_Characters/box|LF}} || {{key press|Ctrl|J}} || Appears as a new line
|-
|10 || {{:Special_Characters/box|LF}} || {{key press|Ctrl|Shift|J}} || Appears as a new line
|-
|11 || {{:Special_Characters/box|VT}} || {{key press|Ctrl|K}}
|-
|11 || {{:Special_Characters/box|VT}} || {{key press|Ctrl|Shift|K}}
|-
|13 || {{:Special_Characters/box|CR}} || {{key press|Ctrl|M}} || Appears as a new line
|-
|13 || {{:Special_Characters/box|CR}} || {{key press|Ctrl|Shift|M}} || Appears as a new line
|-
|14 || {{:Special_Characters/box|SO}} || {{key press|Ctrl|Shift|N}}
|-
|15 || {{:Special_Characters/box|SI}} || {{key press|Ctrl|Shift|O}}
|-
|16 || {{:Special_Characters/box|DLE}} || {{key press|Ctrl|Shift|P}}
|-
|17 || {{:Special_Characters/box|DC1}} || {{key press|Ctrl|Q}}
|-
|17 || {{:Special_Characters/box|DC1}} || {{key press|Ctrl|Shift|Q}}
|-
|18 || {{:Special_Characters/box|DC2}} || {{key press|Ctrl|Shift|R}}
|-
|19 || {{:Special_Characters/box|DC3}} || {{key press|Ctrl|Shift|S}}
|-
|23 || {{:Special_Characters/box|ETB}} || {{key press|Ctrl|W}}
|-
|23 || {{:Special_Characters/box|ETB}} || {{key press|Ctrl|Shift|W}}
|-
|24 || {{:Special_Characters/box|CAN}} || {{key press|Ctrl|Shift|K}}
|-
|25 || {{:Special_Characters/box|EM}} || {{key press|Ctrl|Shift|Y}}
|-
|27 || {{:Special_Characters/box|ESC}} || {{key press|Shift|Esc}}
|-
|30 || {{:Special_Characters/box|RS}} || {{key press|Ctrl|Shift|6}}
|-
|31 || {{:Special_Characters/box|US}} || {{key press|Ctrl|Shift|-}}
|}
|}

Revision as of 22:02, 13 September 2011

When using Roblox Studio's script editor, there are a bunch of unprintable characters that cannot be inserted into the script in any normal way. They show up in the editor as a black rectangle with white text in it. See the page on Control Characters for information about these characters.

Ascii value Character Keyboard shortcut Notes
0 NUL Ctrl+⇧ Shift+2
1 SOH Ctrl+⇧ Shift+A
2 STX Ctrl+B
2 STX Ctrl+⇧ Shift+B
4 EOT Ctrl+⇧ Shift+D
5 ENQ Ctrl+E
5 ENQ Ctrl+⇧ Shift+E
6 ACK Ctrl+⇧ Shift+F
7 BEL Ctrl+⇧ Shift+G
8 BS Ctrl+⇧ Shift+H
9 TAB Ctrl+I Appears as a tab
9 TAB Ctrl+⇧ Shift+I Appears as a tab
10 LF Ctrl+J Appears as a new line
10 LF Ctrl+⇧ Shift+J Appears as a new line
11 VT Ctrl+K
11 VT Ctrl+⇧ Shift+K
13 CR Ctrl+M Appears as a new line
13 CR Ctrl+⇧ Shift+M Appears as a new line
14 SO Ctrl+⇧ Shift+N
15 SI Ctrl+⇧ Shift+O
16 DLE Ctrl+⇧ Shift+P
17 DC1 Ctrl+Q
17 DC1 Ctrl+⇧ Shift+Q
18 DC2 Ctrl+⇧ Shift+R
19 DC3 Ctrl+⇧ Shift+S
23 ETB Ctrl+W
23 ETB Ctrl+⇧ Shift+W
24 CAN Ctrl+⇧ Shift+K
25 EM Ctrl+⇧ Shift+Y
27 ESC ⇧ Shift+Esc
30 RS Ctrl+⇧ Shift+6
31 US Ctrl+⇧ Shift+-