Confirmed users
446
edits
m (Replying to comment...) |
(I change my mind...make it easier to edit over making a transition to source easier...) |
||
Line 19: | Line 19: | ||
What's this mean? Basically, never use "Ctrl/Alt/Shift/Return", and instead type them as "META", "ALT", "CONTROL", "SHIFT", and "RETURN". The reason for this is that the help docs won't stay in this wiki when they've matured - they'll get moved into the main source repository, and using all-caps refs will make it easy to do search-and-replaces to have everything work correctly when it's embedded in the application. | What's this mean? Basically, never use "Ctrl/Alt/Shift/Return", and instead type them as "META", "ALT", "CONTROL", "SHIFT", and "RETURN". The reason for this is that the help docs won't stay in this wiki when they've matured - they'll get moved into the main source repository, and using all-caps refs will make it easy to do search-and-replaces to have everything work correctly when it's embedded in the application. | ||
Examples: | Examples: | ||
DO this: DON'T do this: | |||
META+J Ctrl+J, Cmd+J | |||
CONTROL+D Ctrl+D | |||
ALT+D Alt+D, Opt+D | |||
SHIFT+F5 | SHIFT+F5 Shift+F5 | ||
--> | --> | ||
Line 54: | Line 52: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
<td> | <td>Random command</td> | ||
<td | <td>META+D</td> | ||
<td | <td>META+D</td> | ||
<td | <td>META+T</td> | ||
<td> | <td>?</td> | ||
<td> | <td>?</td> | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
</table> | </table> |