I looked at this post but it's quite old and I didn't find it useful for Resharper 8. I have Macro Pad with 70 programmable keys, I customized ReSharper keys (using VS2012) to work with my macro pad (it was very long exhausting process but it was worth it). I installed VS2013 and I'm seeing that all my keyboard customizations are not exists under it. I tried to export ReSharper settings from VS2012 and import it in VS2013 but it's not working (as it seems, ReSharper doesn't support of export and import keyboard settings). Is there any solution for this issue?
Asked
Active
Viewed 321 times
0
-
1What happens if you export/import VS keyboard settings? (Ie. is ReSharper just using the underlying VS mechanism for keyboard handling?) – Richard Dec 05 '13 at 08:02
-
hmm, didn't think about it, I'll give it a try and update you – Ofir Dec 05 '13 at 08:05
1 Answers
2
credit to @Richard
The keyboard export should be made through VS and not through ReSharper.
- Open your source VS version
- Press tools and select "Import and Export settings"
- Select the first option "Export selected environment settings"
- Make sure "keyboard" is marked (under Environment), select destination file and save it
- open your destination vs version
- Press tools and select "Import and Export settings"
- Select the second option "Import selected environment settings"
- Open the file you saved before, press next
- close and open VS and that's it.
Good luck

Ofir
- 5,049
- 5
- 36
- 61