How to press the <Insert> key when it's not there?

Anonymous
2013-02-11T22:28:22+00:00

Given that there is no <Insert> key on the Surface/Type keyboard, what key combination will generate the <Insert> key scan code?

Surface | Accessories | Surface Type Cover

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-02-14T12:15:52+00:00

While a bit of a kludge, leave your window active, click the window key to the 'Start' panel.  Drag top or bottom to expose All Apps and open it.  Drag all the way right to the ease of use section and it's On-Screen Keyboard.  Open it.  Drag from the left edge to expose your app.   Insert is middle of the right side of the kb.  Pause is there too (window +Pause is one of my favs... with no pause key on other easily access kbs on the Surface)

Was this answer helpful?

90+ people found this answer helpful.
0 comments No comments

74 additional answers

Sort by: Oldest
  1. Anonymous
    2015-03-31T00:17:44+00:00

    Greetings all,

    We appreciate your feedback. We have passed along the feedback to the appropriate teams.

    Hi Steve,

    It's been over a year now.  Did you hear anything back from the appropriate teams yet?

    I've been enjoying my new Surface Pro 3, but yeah, an update to address this issue WOULD be nice.

    Thanks for any future communication with this forum,

    -pvs

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-04-20T09:15:55+00:00

    Windows + C key brings up Charms bar

    click Search

    type in "OSK.exe"

    Right click on "On-Screen Keyboard" and pin to Start and/or Taskbar

    Now that full sized virtual KB is there for your use when needed. Not perfect but it may get you out of a pinch.

    That's great.  I also found  <ALT>+<Left Arrow> toggled insert/overwrite on the TouchType keyboard.  So there are 2 fairly straightforwaqd  solutions.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-07-20T18:57:31+00:00

    Perhaps it's because VMWare uses the Insert key in their vSphere interface.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-08-09T12:45:46+00:00

    Just use AutoHotKey to remap any key to Insert. I used '²' (squared), but I have a french keyboard, and it is replaced by a backtick on a qwerty keyboard.

    So my AutoHotKey script is as simple as : 

    ²::Ins

    To map backtick to Insert key it would be :

    `::Ins

    And you can also use any key combination you like.

    Was this answer helpful?

    0 comments No comments