Notice
Recent Posts
Recent Comments
Link
«   2026/06   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

ALOD

Class DD Key code 키코드 본문

카테고리 없음

Class DD Key code 키코드

ALOD 2023. 10. 21. 00:42

Class DD Key code 키코드

id_key = {
    'f1' : 101,
    'f2' : 102,
    'f3' : 103,
    'f4' : 104,
    'f5' : 105,
    'f6' : 106,
    'f7' : 107,
    'f8' : 108,
    'f9' : 109,
    'f10' : 111,
    'f11' : 112,
    'f12' : 113,
   
    '`' : 200,
    '1' : 201,
    '2' : 202,
    '3' : 203,
    '4' : 204,
    '5' : 205,
    '6' : 206,
    '7' : 207,
    '8' : 208,
    '9' : 209,
    '0' : 210,

    '-' : 211,
    '=' : 212,
    '[' : 311,
    ']' : 312,
    ';' : 410,
    "'" : 411,
    ',' : 508,
    '.' : 509,

    'enter' : 313,
    'ctrl_l' : 600,
    'alt_l' : 602,
    'space' : 603,
    'scroll_lock' : 701,
    'insert' : 703,
    'home': 704,
    'page_up' : 705,
    'delete' : 706,
    'end' : 707,
    'page_down' : 708,
    'up' : 709,
    'left' : 710,
    'down' : 711,
    'right' : 712,

    'a': 401,
    'b': 505,
    'c': 503,
    'd': 403,
    'e': 303,
    'f': 404,
    'g': 405,
    'h': 406,
    'i': 308,
    'j': 407,
    'k': 408,
    'l': 409,
    'm': 507,
    'n': 506,
    'o': 309,
    'p': 310,
    'q': 301,
    'r': 304,
    's': 402,
    't': 305,
    'u': 307,
    'v': 504,
    'w': 302,
    'x': 502,
    'y': 306,
    'z': 501,
}

 

 

 

https://open.kakao.com/o/ssXELKQg