Special Characters: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy No edit summary |
>NXTBoy No edit summary |
||
Line 4: | Line 4: | ||
! Ascii value !! Displayed As !! Keyboard shortcut !! Description | ! Ascii value !! Displayed As !! Keyboard shortcut !! Description | ||
|- | |- | ||
| 0 || NUL | | 0 || {{:Special_Characters/box|NUL}} || {{key press|Ctrl|Shift|2}} || Null character | ||
|- | |- | ||
| 17 || DC1 | | 17 || {{:Special_Characters/box|DC1}} || {{key press|Ctrl|Q}} || Up | ||
|- | |- | ||
| 18 || DC2 | | 18 || {{:Special_Characters/box|DC2}} || {{key press|Ctrl|Shift|R}} || Down | ||
|- | |- | ||
| 19 || DC3 | | 19 || {{:Special_Characters/box|DC3}} || {{key press|Ctrl|Shift|S}} || Right | ||
|- | |- | ||
| 20 || DC4 | | 20 || {{:Special_Characters/box|DC4}} || || Left | ||
|} | |} |
Revision as of 19:41, 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
Ascii value | Displayed As | Keyboard shortcut | Description |
---|---|---|---|
0 | NUL | Ctrl+⇧ Shift+2 | Null character |
17 | DC1 | Ctrl+Q | Up |
18 | DC2 | Ctrl+⇧ Shift+R | Down |
19 | DC3 | Ctrl+⇧ Shift+S | Right |
20 | DC4 | Left |