Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
UI using Gesture Recognition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
배찬희
UI using Gesture Recognition
Commits
30862c58
Commit
30862c58
authored
3 years ago
by
배찬희
Browse files
Options
Downloads
Patches
Plain Diff
enter, size
parent
bb156a01
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
realtimeUI.py
+3
-3
3 additions, 3 deletions
realtimeUI.py
with
3 additions
and
3 deletions
realtimeUI.py
+
3
−
3
View file @
30862c58
...
...
@@ -5,7 +5,7 @@ def main_window():
window
=
tkinter
.
Tk
()
window
.
title
(
"
System
"
)
window
.
geometry
(
"
5
00x400+100+100
"
)
window
.
geometry
(
"
6
00x400+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
"
+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment