From 4c7c52c75fb229204fce88a82899e4550af4f311 Mon Sep 17 00:00:00 2001 From: yixy <34703796+yixy-only@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:14:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=A0=E6=AD=A3=20HOME=20=E9=94=AE?= =?UTF-8?q?=E5=92=8C=20END=20=E9=94=AE=E7=9A=84=E9=94=AE=E7=A0=81=20(#199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/ege.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ege.h b/include/ege.h index da86653..d478fb4 100644 --- a/include/ege.h +++ b/include/ege.h @@ -506,8 +506,8 @@ typedef enum key_code_e key_pageup = 0x21, key_pagedown = 0x22, - key_home = 0x23, - key_end = 0x24, + key_end = 0x23, + key_home = 0x24, key_left = 0x25, key_up = 0x26,