Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

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?

share|improve this question
2  
What program are you using on your MBA that requires an insert key? In that program are you certain that the Insert key will do what you expect on your MBA? Try plugging in a PC-style USB keyboard and pressing Insert in the program; does it work as expected? – adamrmcd Oct 29 '11 at 6:49
What country / language keyboard are you using? – MrDaniel Jul 31 '12 at 22:09

5 Answers

It depends on the physical keyboard and on the keyboard layout. You can try...

ctrl+fn+M OR ctrl+fn+

share|improve this answer

On the latest Macbook Air 13" ctrl+ works.

share|improve this answer

FN + Return = Insert key

(MacBook Air 13)

Works on mac book pro also.

share|improve this answer
1  
fn-return is normally enter. – Lauri Ranta Sep 5 '12 at 11:11

FN + Return works for me to insert.

share|improve this answer
Your answer here is merely a repeat of an existing answer. If you don't have an original answer, don't answer. Instead, mark up the existing answer that you agree with. (Though in this case, I don't think it's right.) – james.garriss Oct 25 '12 at 20:02

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::
Send {INSERT}

Answer found on Microsoft forum

share|improve this answer

protected by Daniel Lawson Oct 22 '12 at 23:53

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.

Not the answer you're looking for? Browse other questions tagged or ask your own question.