Page 1 of 1
Apple [Standard] Keyboard - shortcuts for Delete, PgDn, PgUp, End etc?
Posted: 31 Jan 2018, 09:36
by Keybug
It seems all the more recent compact Apple keyboards have an Fn key with which to compose those missing editing keystrokes, but there isn't one on M0118 and its sibling(s). So, are there any secret key combinations that accomplish this (websearch didn't reveal any info...) or is it just not possible to enter, say, Delete without a software solution (Autohotkey or similar)? I suppose the answer is 'No' even though that seems rather strange.
Any help much appreciated!
Posted: 31 Jan 2018, 18:17
by Findecanor
You have it connected with a protocol converter to a modern host computer?
Then you could have custom mappings in the converter or on the host. Autohotkey for Windows.
Hasu's converter firmware might have support that you could enable if you program it in, compile and install.
Or, does the Clear key work like Num Lock on a PC? Then the numeric keys would have a nav cluster in Windows and Linux. Look at any PC keyboard to see what the keys do.
Classic Mac had shortcuts with the arrow keys and the Command and Option keys.
Posted: 31 Jan 2018, 20:58
by Keybug
Good thinking about the numpad / numlock!! Should have come up with that idea myself but didn't as there are no secondary labels on the keys. Will give that a try tomorrow. Thanks!
Posted: 01 Feb 2018, 19:30
by davkol
derp
Posted: 03 Feb 2018, 14:57
by darkcruix
Also - Karabiner can help here ....
https://pqrs.org/osx/karabiner/
Posted: 05 Feb 2018, 17:01
by Keybug
Thanks for your input, guys. I'll try out these ideas over the next couple of days.
Posted: 05 Feb 2018, 17:43
by mecano
Delete : Control-D
Backspace : Control-H
Yank from cursor to end of line : Control-K
Paste from Cut registry : Control-Y
Delete from -1 character from cursor : Control-R
Go to beginning of paragraph/line : Control-A
Go to end of paragraph/line : Control-E
Go to next page : Control-V
Go to next line : Control-N
Select all from cursor to end : Control-Shift-V
etc. etc.
For page-down/up on Safari and such you can use space and shift-space.