The Keyboard
The keyboard is, at this moment, the most annoying feature of my new laptop. I imagine that with time I'll get used to it.
After spending the last couple of days getting to know the beast, still using the linux box to do most of the coding, I opened a terminal window and started using vi to change a php script in another box. 5 minutes later I was wondering where in the hell was the square bracket key. There simply isn't any key on the keyboard showing a square bracket (neither is there one showing curly brackets for that matter).
Hmm, maybe one of those strange looking keys combined with the 8 or 9 keys will do the trick. It did. For the record:
The PageUp, PageDown, Home and End keys will deserve a separate post one of this days, as soon as I find out how to use them properly.
Update: Just found out what's key having an arrow with a line on top of it. It's another return key. But undercover (shhh!).
After spending the last couple of days getting to know the beast, still using the linux box to do most of the coding, I opened a terminal window and started using vi to change a php script in another box. 5 minutes later I was wondering where in the hell was the square bracket key. There simply isn't any key on the keyboard showing a square bracket (neither is there one showing curly brackets for that matter).
Hmm, maybe one of those strange looking keys combined with the 8 or 9 keys will do the trick. It did. For the record:
- [ = option + 8 (the option key is the one that says alt and has a strange symbol - don't ask)
- ] = option + 9
- { = shift + option + 8
- } = shift + option + 9
The PageUp, PageDown, Home and End keys will deserve a separate post one of this days, as soon as I find out how to use them properly.
Update: Just found out what's key having an arrow with a line on top of it. It's another return key. But undercover (shhh!).
