I am trying to edit a line of code within a program that I use for work.
I need to use the insert key to be able to add additional spaces that I can then type letters, numbers or characters.
How to get this function to work on my MacBook Air?
|
I am trying to edit a line of code within a program that I use for work. I need to use the insert key to be able to add additional spaces that I can then type letters, numbers or characters. How to get this function to work on my MacBook Air? |
|||||||
|
|
It depends on the physical keyboard and on the keyboard layout. You can try... ctrl+fn+M OR ctrl+fn+⌫ |
||||
|
|
|
I need the insert key in the Midnight Commander (MC) running in Terminal and in Remote Desktop Connection (RDP) when connecting to my Windows PC. For Midnight Commander the answer is Ctrl+T. For RDP I did not find better solution than to use a free program on Windows AutoHotkey and map the key to chosen key combination, for instance this macro maps the Insert key to Ctrl+Alt+I : ^!i:: Answer found on Microsoft forum |
||||
|
|
|
FN + Return works for me to insert. |
||||
|
|
FN + Return = Insert key (MacBook Air 13) Works on mac book pro also. |
|||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.