Skip to content

Commit

Permalink
conf: 按键自定义映射
Browse files Browse the repository at this point in the history
  • Loading branch information
hegotit committed Dec 4, 2024
1 parent 07a2ec8 commit ad73d51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ascii_composer:
switch_key:
Caps_Lock: clear # commit_code | commit_text | clear
Shift_L: commit_code # commit_code | commit_text | inline_ascii | clear | noop
Shift_R: noop # commit_code | commit_text | inline_ascii | clear | noop
Shift_R: commit_code # commit_code | commit_text | inline_ascii | clear | noop
Control_L: noop # commit_code | commit_text | inline_ascii | clear | noop
Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop

Expand Down Expand Up @@ -122,8 +122,8 @@ punctuator:
half_shape:
',' : ','
'.' : '。'
'<' : ''
'>' : ''
'<' : '<'
'>' : '>'
'/' : '/'
'?' : '?'
';' : ';'
Expand All @@ -145,13 +145,13 @@ punctuator:
'(' : '('
')' : ')'
'-' : '-'
'_' : ——
'_' : '_'
'+' : '+'
'=' : '='
'[' : ''
']' : ''
'{' : ''
'}' : ''
'[' : '['
']' : ']'
'{' : '{'
'}' : '}'


# 处理符合特定规则的输入码,如网址、反查
Expand Down

0 comments on commit ad73d51

Please sign in to comment.