Skip to content
Snippets Groups Projects
Commit 30862c58 authored by 배찬희's avatar 배찬희
Browse files

enter, size

parent bb156a01
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ def main_window():
window=tkinter.Tk()
window.title("System")
window.geometry("500x400+100+100")
window.geometry("600x400+100+100")
window.resizable(False, False)
label=tkinter.Label(window, text="* 오른손 기준 엄지, 검지, 중지, 약지, 새끼 손가락 순으로 인식한다.\n" +"손가락이 인식되면 1, 인식되지 않으면 0이다. 엄지와 검지만 인식된다면 11000이다.")
......@@ -15,11 +15,11 @@ def main_window():
label.pack()
label=tkinter.Label(window, text="* 제스처 별 기능\n" +
" - 11000: 좌 클릭\n" +
" - 11000: 좌 클릭, enter(단축키)\n" +
" - 11100: 우 클릭\n" +
" - 10001: 드래그(시작지점에서 10001 커서 이도 후 종료지점에서 10001),\n\t종료(단축키)\n" +
" - 11001: 캡쳐(단축키)\n" +
" - 11111: 확대(01000->11111),\n\t단축키(01100: 복사, 01111: 붙여넣기 11001: 캡쳐, 10001: 종료)\n" +
" - 11111: 확대(01000->11111),\n\t단축키(01100: 복사, 01111: 붙여넣기 11001: 캡쳐, 11000: enter, 10001: 종료)\n" +
" - 01000: 축소(11111->01000), 아래로 스크롤(01111->01000)\n" +
" - 01100: 마우스 커서 이동, 복사(단축키)\n" +
" - 01110: 실행취소(손을 좌로 이동), 재실행(손을 우로 이동)\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment