数字面板#+=/123”切换

This commit is contained in:
2025-10-28 20:03:43 +08:00
parent 4c7fd9049f
commit 935284388c
3 changed files with 57 additions and 24 deletions

View File

@@ -16,7 +16,8 @@ typedef NS_ENUM(NSInteger, KBKeyType) {
KBKeyTypeSpace, // 空格
KBKeyTypeReturn, // 回车/发送
KBKeyTypeGlobe, // 系统地球键
KBKeyTypeCustom // 自定义功能占位
KBKeyTypeCustom, // 自定义功能占位
KBKeyTypeSymbolsToggle // 数字面板内的“#+=/123”切换
};
@interface KBKey : NSObject