AutoHotKey의 Javascript 연산자

숙어: [🇺🇸] - [🇪🇸]


소프트웨어는 소프트웨어 시장의 일부가 될 수 있으며 JavaScript(o TypeScript) 코드를 작성하는 것이 유용합니다.

Con AutoHotKey puedes re-mapear el comportamiento de algunas teclas para escribir de forma fácil y rápida todos esos operatores que usamos en el día a día.


Debes 테너 설치 AutoHotKey y crear un archivo llamado js-remapkeys.ahk 콘 에스테 스크립트.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

!7::Send {&}{&}                 ; Alt+7 -> &&
!9::Send {=}{>}                 ; Alt+9 -> =>
!+9:: Send {(}{)}{ }{=}{>}      ; Shift+Alt+9 -> () =>
!\::Send {|}{|}                 ; Alt+\ -> ||
!=:: Send {=}{=}{=}             ; Alt+= -> ===
!+=:: Send {!}{=}{=}            ; Shift+Alt -> !==
!,:: Send {<}{/}{>}{left 1}     ; Alt+, -> </>
!.:: Send {?}{.}                ; Alt+. -> ?.
!+,:: Send {<}{=}               ; Shift+Alt+, -> <=
!+.:: Send {>}{=}               ; Shift+Alt+. -> >=
!+;:: Send {?}{:}               ; Shift+Alt+; -> ?:
!+/:: Send {?}{?}               ; Shift+Alt+/ -> ??


Guarde el archivo y ábralo con AutoHotkey.

Asi de fácil, puedes tener un teclado vitaminado para escribir codigo JS/TS a toda velocidad.




그게 다야!
행복한 코딩 🖖

좋은 웹페이지 즐겨찾기