Person, People and Communication

June 23, 2008

해피해킹프로 키 설정

Filed under: stuff — Tags: , — park daewon @ 3:56 pm

http://www.autohotkey.com/

위의 프로그램을 다운 받은 뒤 설정파일에 아래의 것을 셋팅하면 이전 키보드를 쓰던 사람이 해피해킹에 손쉽게 적응할 수 있다.

; LeftSmallBtn     LeftMediumBtn     SpaceBar     RightMediumBtn     RightSmallBtn
; WinKey             Alt                                           ChangeLanguage    Hanja
;
; 위 배열중 모든것은 해피해킹 셋팅 1,3,5를 on으로 해놓으면 되지만 한자키셋팅은 되지 않는다.
; 그것을 아래의 것으로 매칭시키면 위와 같은 자판의 형태를 갖출 수 있다.

; 맨오른쪽 키를 한자키로 셋팅
RWin::
Send, {SC1f1}
return

; 한영 전환: Shift + SpaceBar
+space::Send {vk15}

; 한자 입력: Control + SpaceBar
^space::Send {SC1f1}

; Create Notepad: WinKey + n
#n::
IfWinExist Untitled – Notepad
WinActivate
else
Run Notepad
return

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.