visual studio - faster way to type lambda symbol -
sounds bit silly , petty ask, , ironically sure typing out question have lost more time potentially gain :)
but wondering if other visual studio guys have solved scenario
when writing out lot of lambda function (especially when doing fluent config) feels inefficient type out lambda, equals character on top number row of keyboard, , greater sign way on down spacebar, , requires using shift @ seem time.
just feels cumbersome,
just wondering if knows how build macro or shortcut. rather double tap key or that. allow faster typing
(note: using both vs 2010 , 2012)
there couple of options a. can use autohotey send key when press 'hot key' or registry remap
http://www.autohotkey.com/docs/misc/remap.htm 1 one re map
b. use auto hot key send key when press windows + other key m send key want http://www.autohotkey.com/docs/hotstrings.htm
c. write low level keyboard hook ( know possible not know c nor have device driver kit try)
Comments
Post a Comment