Skip to content

Commit

Permalink
drop kp_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 13, 2025
1 parent bd9eb78 commit 8370394
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/textual/_keyboard_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,34 @@
"57396u": "f33",
"57397u": "f34",
"57398u": "f35",
"57399u": "kp_0",
"57400u": "kp_1",
"57401u": "kp_2",
"57402u": "kp_3",
"57403u": "kp_4",
"57404u": "kp_5",
"57405u": "kp_6",
"57406u": "kp_7",
"57407u": "kp_8",
"57408u": "kp_9",
"57409u": "kp_decimal",
"57410u": "kp_divide",
"57411u": "kp_multiply",
"57412u": "kp_subtract",
"57413u": "kp_add",
"57414u": "kp_enter",
"57415u": "kp_equal",
"57416u": "kp_separator",
"57417u": "kp_left",
"57418u": "kp_right",
"57419u": "kp_up",
"57420u": "kp_down",
"57421u": "kp_page_up",
"57422u": "kp_page_down",
"57423u": "kp_home",
"57424u": "kp_end",
"57425u": "kp_insert",
"57426u": "kp_delete",
"57399u": "0",
"57400u": "1",
"57401u": "2",
"57402u": "3",
"57403u": "4",
"57404u": "5",
"57405u": "6",
"57406u": "7",
"57407u": "8",
"57408u": "9",
"57409u": "decimal",
"57410u": "divide",
"57411u": "multiply",
"57412u": "subtract",
"57413u": "add",
"57414u": "enter",
"57415u": "equal",
"57416u": "separator",
"57417u": "left",
"57418u": "right",
"57419u": "up",
"57420u": "down",
"57421u": "pageup",
"57422u": "pagedown",
"57423u": "home",
"57424u": "end",
"57425u": "insert",
"57426u": "delete",
"1E": "kp_begin",
"57427~": "kp_begin",
"57428u": "media_play",
Expand Down

0 comments on commit 8370394

Please sign in to comment.