Jules
Jules

Reputation: 7766

Xcode and / or OSX, how can I setup SHIFT + INSERT as shortcut key for paste?

I'm use to windows development and use shift + insert with my day job, all day, it's an old short cut available since early windows versions.

Can I setup this short cut for using in xcode and / or osx ?

I had a look in system preference keyboard but it wouldn't accept it.

Any ideas ?

Upvotes: 0

Views: 512

Answers (2)

ussher
ussher

Reputation: 360

Had the same question, found an answer:

There is a program called BetterTouchTool for osx that allows you to re-map keys, so you can map cmd+v to shift+insert and both will work as paste.

It does cost, but is pretty reasonable.

https://www.boastr.net/

--edit-- https://docs.bettertouchtool.net/docs/201_keyboard_shortcuts.html enter image description here

Upvotes: 0

Niels Castle
Niels Castle

Reputation: 8069

Open preferences in xCode and select "Key Bindings".

Upvotes: 1

Related Questions