Special Characters: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy New page: When using Roblox Studio's script editor, there are a bunch of characters that cannot be inserted into the script in any way. {| ! Ascii value !! Name !! Displayed As !! Keyboard shortcut... |
>NXTBoy No edit summary |
||
Line 5: | Line 5: | ||
|- | |- | ||
| 0 || Null || NUL || {{key press|Ctrl|Shift|2}} | | 0 || Null || NUL || {{key press|Ctrl|Shift|2}} | ||
|- | |||
| 17 || {{key press|...}} || DC1 || {{key press|Ctrl|Q}} | |||
|- | |||
| 18 || {{key press|...}} || DC2 || {{key press|Ctrl|Shift|R}} | |||
|- | |||
| 19 || {{key press|...}} || DC3 || {{key press|Ctrl|Shift|S}} | |||
|} | |} |
Revision as of 18:52, 13 September 2011
When using Roblox Studio's script editor, there are a bunch of characters that cannot be inserted into the script in any way.
Ascii value | Name | Displayed As | Keyboard shortcut |
---|---|---|---|
0 | Null | NUL | Ctrl+⇧ Shift+2 |
17 | ... | DC1 | Ctrl+Q |
18 | ... | DC2 | Ctrl+⇧ Shift+R |
19 | ... | DC3 | Ctrl+⇧ Shift+S |