Where is Insert key

What keys are the pc equivalent of Insert on a MacBook Pro running Mountain Lion?
Or how do I programme a shortcut to create a key please?

I have just spent time looking into this, this morning.
Here's my solution. I decided that on my MacBook Pro & Apple Bluetooth Keyboard I want to just make one of my keys an 'Insert' key. The key that I NEVER use and is conveniently placed is the 'Section' key or 'double s' [top left hand corner under the escape key].
To remap this key I used Karabiner (https://pqrs.org/osx/karabiner/). It's an excellent key remapping software.
Unfortunately this particular key swap was not already programmed in the software so you need to modify the private.xml file. See here for details (https://pqrs.org/osx/karabiner/xml.html.en)
As I was wanting this key swap for Lotus Notes I changed the 'section' key to a key combination (shift+command+U), but you could easily change it to 'insert'.
Here is the xml code for both:
'Section' to 'shift+command+U'
<?xml version="1.0"?>
<root>
<item>
    <name>Make § Key Insert Key</name>
    <identifier>private.section_to_insert</identifier>
    <autogen>__KeyToKey__ KeyCode::UK_SECTION, KeyCode::U, ModifierFlag::COMMAND_L, ModifierFlag::SHIFT_L</autogen>
  </item>
</root>
'Section' to 'PC Insert'
<?xml version="1.0"?>
<root>
<item>
    <name>Make § Key Insert Key</name>
    <identifier>private.section_to_insert</identifier>
    <autogen>__KeyToKey__ KeyCode::UK_SECTION, KeyCode::PC_INSERT</autogen>
  </item>
</root>
Hope this helps.
Ben.j

Similar Messages

  • Where is insert key on Mac pro as in PC?

    Where is "insert" key on Mac pro as in PC

    It may be the 'fn' key based upon the following:
    http://en.wikipedia.org/wiki/Apple_Keyboard & http://en.wikipedia.org/wiki/Insert_key
    Message was edited by: musashi88

  • Where is "insert" key on iMac keyboard

    I really need to use insert and del key in order to debug a program because an old program requires the usage of these keys and there is no key configuration available.
    Obviously Mac keyboard doesn't have insert key. However, I used to be able to activate it through using clear+0, but now I can't, and I forgot how to activate it.
    Please let me know about it if anyone knows. Thanks.

    It may be the 'fn' key based upon the following:
    http://en.wikipedia.org/wiki/Apple_Keyboard & http://en.wikipedia.org/wiki/Insert_key
    Message was edited by: musashi88

  • New Apple Keyboard and Insert Key

    I'm using the new Apple Keyboard (http://www.apple.com/keyboard/) and I'm quite happy with it. The only big disadvantage is the missing Insert-Key, the Apple Keyboard has a function (fn) Key, where the insert-key is normally located. I need the insert-key especially for selecting in midnight commander. What would be the best way to remap the insert-key to the fn-key for console and X-Windows?

    Here are some relevant other threads:
    http://bbs.archlinux.org/viewtopic.php?id=56619
    http://bbs.archlinux.org/viewtopic.php?id=55482
    These are just threads I've participated in; I'm sure there are more. The bottom line is: check with showkey (in the Linux console) or xev (in X) to see how the fn key is getting recognized. If it's working just like another key on the keyboard, e.g., like space or shift, then you can remap it the same way you'd remap any key. (The process is different for Linux console than for X.) But most likely it's not working just like another key on the keyboard, in which case it will be difficult/impossible to remap it to insert. However, you could always choose another key, or key combination, to remap to insert. Perhaps even a key combination of the form fn+KEY. The kernel won't recognize fn as a modifier like shift or control, but it should recognize SOME fn+KEY combinations as being SOME keyboard keys. For example, on my keyboard fn+left arrow is recognized as Home. I think that as far as the kernel and all the key-remapping tools can tell, I only pressed Home on my keyboard not any combination including left arrow.

  • Where's the Insert key?

    Anybody know which key on the keyboard is the "Insert" key?

    I'll assume it's at the top of the page. Some programs don't have it.

  • Where's the insert key on the new keyboards?

    I'm using Maya right now and the insert key is used to adjust the pivot point of objects. However, I don't see an insert key on this here new keyboard.

    Try fn-Enter
    http://support.apple.com/kb/HT1216

  • USB Keyboard - Insert key not working

    I've an HP KU-9963 usb keyboard plugged into a Dell laptop running Windows XP (all the latest updates), where all keys appear to function ok except for the Insert keys. Pressing either Insert key doesn't cause the LED to light and I get no insert action.
    Has anyone ever experienced this with a usb keyboard? Could Microsoft's driver possibly be the culprit?

    Ok, here is the solution I got from HP support. I checked it out in Word and it works:
     If you click the Office Button – click on Word Options – then click on Advanced. Under the Section for Editing options. There is a place to select use the Insert key to control overwright mode.

  • "Insert" key in Terminal

    I use SSH from Terminal to connect to various *nix boxes at work. This works great, apart from one thing - I can't find how to 'press' the "Insert" key, which I need for some administration on the server side.
    On a PC keyboard, the Insert key would be where the Help key (or Function key on the new aluminum keyboards) is, but pressing this doesn't do anything. Can anyone suggest how to configure Terminal so that I can invoke or simulate the Insert key being pressed?

    What are you trying to do in Terminal? I use *nix too, SSH to alot of things.. oddly, never needed any "Insert" key.
    can you clarify?
    Beavis2084

  • Lenovo Twist and the missing Insert Key

    I must be blind. Where is the insert key? I cannot believe a keyboard would not have one.
    Solved!
    Go to Solution.

    You're not. You can remap some, tough. As I did in the S430 since I wasn't using the INSERT key at all.
    If I helped you, please give me some kudos! ^^

  • DM4 Insert Key without pressing the FN key

    Regardless of what setting is applied in the BIOS, the insert key always requires a combination of FN+Insert... 
    Is there any way to configure the keyboard to not require the FN key to get the insert key to work? A lot of apps use the Insert key to add new items (e.g., mind mapping software - insert adds new nodes).
    Thanks so much in advance!

    You might try this keytweak software to remap the key
    http://majorgeeks.com/KeyTweak_d4161.html

  • Where to insert code to check batch in t.code lt03(t.order)

    Where to insert program  code to check batch in t.code LT03(t.order)

    Hi,
             Use the below program to find the exit for ur reqirement
    Just create a program with this code.
    It will supply the User Exits for the given transaction with drill down to SMOD
    Finding the user-exits of a SAP transaction code
    Enter the transaction code in which you are looking for the user-exit
    and it will list you the list of user-exits in the transaction code.
    Also a drill down is possible which will help you to branch to SMOD.
    REPORT YUSEREXIT .
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
    tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'PROG'
    and obj_name = tstc-pgmna.
    move : tadir-devclass to v_devclass.
    if sy-subrc ne 0.
    select single * from trdir where name = tstc-pgmna.
    if trdir-subc eq 'F'.
    select single * from tfdir where pname = tstc-pgmna.
    select single * from enlfdir where funcname =
    tfdir-funcname.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'FUGR'
    and obj_name eq enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    select * from tadir into table jtab
    where pgmid = 'R3TR'
    and object = 'SMOD'
    and devclass = v_devclass.
    select single * from tstct where sprsl eq sy-langu and
    tcode eq p_tcode.
    format color col_positive intensified off.
    write:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    skip.
    if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
    2 'Exit Name',
    21 sy-vline ,
    22 'Description',
    95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
    select single * from modsapt
    where sprsl = sy-langu and
    name = jtab-obj_name.
    format color col_normal intensified off.
    write:/1 sy-vline,
    2 jtab-obj_name hotspot on,
    21 sy-vline ,
    22 modsapt-modtext,
    95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
    else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
    endif.
    else.
    format color col_negative intensified on.
    write:/(95) 'Transaction Code Does Not Exist'.
    endif.
    at line-selection.
    get cursor field field1.
    check field1(4) eq 'JTAB'.
    set parameter id 'MON' field sy-lisel+1(10).
    call transaction 'SMOD' and skip first screen.
    <b>Reward points</b>
    Regards

  • Insert key does not function in Wkindows 7

    Insert key does not work in Windows 7.  I use this as a toggle to insert / overwrite and since going to Windows 7 SVP1 it does not function. I do an enormous amount of editing and need this function!   Using universal keyboard. 
    Thanks!  Kym

    Hello,
    I'd ask in the
    Windows 7 forum on Microsoft Community.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Wheres the delete key on my macbook?

    hi there,
    i've just been trying to use shortcuts more often because they make life a **** of alot easier, but where is the delete key on my keyboard? i can see it on my step dads iMac keyboard but there isn't one on my macbook keyboard. is there a key i can press along with another to do the same command?
    thanks alot
    Tim

    Thanks, lol - I hesitated before I hit the 'post message' box thinking to myself 'they have to know where a deleted key is?!' ...then thought to myself 'what the heck do I know about other keyboards anyway!'.
    Now I know
    Macbook 1.8-)   Mac OS X (10.4.8)   Week 38 base model w/1G Ram

  • INSERT key does not toggle INSERT/REPLACE mode

    The INSERT key does not toggle between Insert and Replace mode. The enterabled items are always in insert mode. Does anyone know how to fix this?
    I'm using Forms 6i 6.0.8.17.1, web-deployed on Solaris 2.6 (64 bit).

    You can use a pluggable Java Component to do this and there is an example in the Forms 9i demos.

  • Bug report: Photoshop can't record an action where you insert the menu item "Tile all horizontally".

    I am running CS6 beta on Mac OS 10.7.3
    Photoshop can't record an action where you insert the menu item "Tile all horizontally".
    Expected behavior: add the tile all horizontally action to your actions.
    Behavior: nothing happens.
    This does work for Tile all vertically.

    Have I mentioned how much i love my playbook now Great job on os 2.0

Maybe you are looking for