Skip to content

Commit

Permalink
fix: avoid return default board fix #382 #389
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jan 23, 2021
1 parent ae271fb commit 8e8ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/rime/tongwenfeng.trime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ preset_keyboards:
- {click: 6}
- {label: EN, click: Keyboard_defaulten, key_back_color: bgn, key_text_color: tgn}

- {click: '(){Left}{Keyboard_default}', long_click: '@', key_back_color: bgn, key_text_color: tgn}
- {click: '(){Left}', long_click: '@', key_back_color: bgn, key_text_color: tgn}
- {click: '*', long_click: '±', key_back_color: bgn, key_text_color: tgn}
- {click: 7, long_click: select_all}
- {click: 8, long_click: copy}
Expand Down

0 comments on commit 8e8ad15

Please sign in to comment.