
There you need to pass different keys so everything works.
#Shift insert on mac for windows remote desktop Pc#
Trouble is, you can’t map control+fn (for copy), nor shift+fn (for paste), which are the keys that map positionally on a PC keyboard (I’m talking for PC keyboards with 2 rows of three keys: Ins, Home, Pg UP / Del, End, Pg Down).Īnother issue is when you are like me, doing lots of Windoz in a VM (Oracle Virtualbox) and remote desktop (Microsoft Remote Desktop for MacOS). I am a left-hand mouser and wanted cut/copy/paste functions with the right hand. If you have a PC keyboard with LED back-lighting and would like the scroll-lock, num-lock or caps-lock LEDs on when using your Mac check out my free SetLEDs for MacĭefaultKeyBinding.dict is ignored by some applications like XCode and Firefox and in some views like in WebKit web inspectors.Īlso good luck mapping the function key, caps lock (read up on that- a large amount of people want that). Also make sure your editor does not append TXT to the end of it! Note that you need to reboot after creating this file for it to take effect. Shift Ctrl Home and Shift Ctrl End will select to start and end of document.Ctrl Home and Ctrl End will go to start and end of document.Shift Home and Shift End will select to start and end of line.


"^\UF729" = moveToBeginningOfDocument: // ctrl-home "$\UF72B" = moveToEndOfParagraphAndModifySelection: // shift-end

"$\UF729" = moveToBeginningOfParagraphAndModifySelection: // shift-home "\UF729" = moveToBeginningOfParagraph: // home
