The one thing that really annoys me about my Macbook is that it's missing the Home, End, Page Up and Page Down buttons. The latter ones I especially miss when interacting with particular console applications (less, for example). Is there any way to assign them to keys I don't actually use, like the buttons up top bring up Dashboard (I have that disabled) and such?
| |||
|
feedback
|
|
On a MacBook:
| |||||
feedback
|
|
Indeed, the missing keys on Macbooks (and many Windows notebooks) are something extremely annoying. Normally, on Macbook keyboards, you get Home / End with fn-Left / fn-Right and PgUp / PgDown with fn-Up / fn-Down However, as you noticed, this doesn't work in Terminal apps like nano, Midnight Commander, less, etc. In Terminal, you need to add Shift to let them "pass through" to Terminal. Home : Shift-fn-Left End : Shift-fn-Right PgUp : Shift-fn-Up PgDn : Shift-fn-Down Of course, when what you really need happens to be Shift-Ctrl-Home ... forget it! (Or connect a real keyboard) And Midnight Commander users will want to know that the missing Insert key can obtained with Ctrl-T | |||
|
feedback
|