1
This commit is contained in:
@@ -27,7 +27,9 @@ typedef NS_ENUM(NSInteger, KBKeyboardLayoutStyle) {
|
||||
@property (nonatomic, assign, getter=isShiftOn) BOOL shiftOn; // 大小写状态
|
||||
// 在数字布局中,是否显示“更多符号”(#+=)页
|
||||
@property (nonatomic, assign) BOOL symbolsMoreOn;
|
||||
@property (nonatomic, copy) NSString *currentLayoutJsonId; // 当前使用的布局 JSON ID
|
||||
|
||||
- (void)reloadKeys; // 当布局样式/大小写变化时调用
|
||||
- (void)reloadLayoutWithProfileId:(NSString *)profileId; // 根据 profileId 重新加载布局
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user