-
Notifications
You must be signed in to change notification settings - Fork 0
c_mode enabling keys
Mohammed David edited this page Aug 17, 2025
·
8 revisions
Return to 'Introduction to the HW HTML Drafting Project'
The mode-enabling keys, those are the ones which can change how the program accepts your input.
For Construction Mode (when the caps lock is on), you need to be aware of these keys:
I will now list each key and give it's usage:
-
W
put us into window mode. We can now useA I O and shift + N
to make new windows.HJKL
either move or resize the window (if possible) and the number pad does all of that too (probably a more convenient method. -
E
gets edge mode, which might also work as 'resizing' and 'rotation'.T
lets us change the three colour system from the mouse and from the keyboard. The mouse usedctrl
,shift
, orctrl + shift
. The keyboard needs you to pressJ or K
. -
D
gives a duplication mode that is almost exactly the same as the mode found usingg
. -
G
give a mode where parts can be moved from the keyboard. -
Z
lets us change the z-index from the keyboard (and it manages it for us when pressed):H
then places the part 'high',L
puts the part 'low',J and K
move it up or down in the z-index.
That was a brief description, but, this is certainly a topic for Construction Mode.