ui-settings.tin 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. #var tmux-update-events[DEFAULT] {char/score};
  2. #var tmux-pane-border-format[DEFAULT] {
  3. {left} {ID: [<g23><188>\$char[档案][账号]<099>]}
  4. {centre} {大名: [\$char[档案][大名]]}
  5. {right} {头衔: [\$char[档案][头衔]]}
  6. };
  7. #nop {Top} {TopSepBar} {MidSepBar} {Bot} {BotSepBar};
  8. #list prompt-fields create {
  9. { {place}{BotSepBar} {label}{<119>警报} {name}{alert} }
  10. { {place}{BotSepBar} {label}{屏幕美化} {name}{beautify} {cooldown}{600} {visibility}{HideCool} }
  11. { {place}{BotSepBar} {label}{状态栏更新} {name}{disable} {visibility}{HideLabel} }
  12. { {place}{BotSepBar} {label}{随手记} {name}{note} {color}{<134>}}
  13. };
  14. VAR {信息栏的配色主题} prompt-theme {
  15. {Disable}{<bbc>}
  16. {BusyColor}{<239>}
  17. {BattleColor}{<119>}
  18. {BattleBusyColor}{<599><119>}
  19. {TopSepBar}{<229>}
  20. {MidSepBar}{<229>}
  21. {BotSepBar}{<229>}
  22. {HotLabel}{<199><F399>}
  23. {CoolLabel}{<109>}
  24. {Value}{<299>}
  25. };
  26. VAR {自定义图标} prompt-icon {
  27. {DisableRefresh}{🚫}
  28. };
  29. VAR {命令提示符,默认为空} prompt-prompt {};
  30. VAR {键盘扫描码} {global-keypad-code} {
  31. {Home} {\e[H}
  32. {End} {\e[F}
  33. {Up} {\e[A}
  34. {Down} {\e[B}
  35. {Left} {\e[D}
  36. {Right} {\e[C}
  37. {Center} {\e[G}
  38. {PageUp} {\e[5~}
  39. {PageDown} {\e[6~}
  40. {Enter} {\n}
  41. {ShiftHome} {\e[1;2H}
  42. {ShiftEnd} {\e[1;2F}
  43. {ShiftUp} {\e[1;2A}
  44. {ShiftDown} {\e[1;2B}
  45. {ShiftLeft} {\e[1;2D}
  46. {ShiftPageUp} {\e[5;2~}
  47. {ShiftPageDown} {\e[6;2~}
  48. {F1} {\eOP}
  49. {F2} {\eOQ}
  50. {F3} {\eOR}
  51. {F4} {\eOS}
  52. {F5} {\e[15~}
  53. {F6} {\e[17~}
  54. {F7} {\e[18~}
  55. {F8} {\e[19~}
  56. {F9} {\e[20~}
  57. {F10} {\e[21~}
  58. {F11} {\e[23~}
  59. {F12} {\e[24~}
  60. {Insert} {\e[2~}
  61. {Delete} {\e[3~}
  62. {KeyA} {a}
  63. {KeyB} {b}
  64. {KeyC} {c}
  65. {KeyD} {d}
  66. {KeyE} {e}
  67. {KeyF} {f}
  68. {KeyG} {g}
  69. {KeyH} {h}
  70. {KeyI} {i}
  71. {KeyJ} {j}
  72. {KeyK} {k}
  73. {KeyL} {l}
  74. {KeyM} {m}
  75. {KeyN} {n}
  76. {KeyO} {o}
  77. {KeyP} {p}
  78. {KeyQ} {q}
  79. {KeyR} {r}
  80. {KeyS} {s}
  81. {KeyT} {t}
  82. {KeyU} {u}
  83. {KeyV} {v}
  84. {KeyW} {w}
  85. {KeyX} {x}
  86. {KeyY} {y}
  87. {KeyZ} {z}
  88. {ShiftKeyA} {A}
  89. {ShiftKeyB} {B}
  90. {ShiftKeyC} {C}
  91. {ShiftKeyD} {D}
  92. {ShiftKeyE} {E}
  93. {ShiftKeyF} {F}
  94. {ShiftKeyG} {G}
  95. {ShiftKeyH} {H}
  96. {ShiftKeyI} {I}
  97. {ShiftKeyJ} {J}
  98. {ShiftKeyK} {K}
  99. {ShiftKeyL} {L}
  100. {ShiftKeyM} {M}
  101. {ShiftKeyN} {N}
  102. {ShiftKeyO} {O}
  103. {ShiftKeyP} {P}
  104. {ShiftKeyQ} {Q}
  105. {ShiftKeyR} {R}
  106. {ShiftKeyS} {S}
  107. {ShiftKeyT} {T}
  108. {ShiftKeyU} {U}
  109. {ShiftKeyV} {V}
  110. {ShiftKeyW} {W}
  111. {ShiftKeyX} {X}
  112. {ShiftKeyY} {Y}
  113. {ShiftKeyZ} {Z}
  114. {KeySemicolon} {;}
  115. {KeyColon} {:}
  116. {KeyDot} {.}
  117. {KeyAdd} {+}
  118. {KeySub} {-}
  119. {KeyMul} {*}
  120. {KeyDiv} {/}
  121. {KeyNum0} {0}
  122. {KeyNum1} {1}
  123. {KeyNum2} {2}
  124. {KeyNum3} {3}
  125. {KeyNum4} {4}
  126. {KeyNum5} {5}
  127. {KeyNum6} {6}
  128. {KeyNum7} {7}
  129. {KeyNum8} {8}
  130. {KeyNum9} {9}
  131. };
  132. #nop 热键绑定;
  133. #list global-key-bindings create {
  134. {{key}{\cd} {meaning}{命令行智能切换} {action}{cli.SmartToggle}}
  135. {{key}{\co\cd} {meaning}{禁止/允许命令和触发} {action}{xtt.ToggleDisableCommands}}
  136. {{key}{\cos} {meaning}{禁止/允许状态栏更新} {action}{prompt.ToggleSwitch}}
  137. {{key}{\cob} {meaning}{禁止/允许界面宽字符美化} {action}{beautify.ToggleSwitch}}
  138. {{key}{\col} {meaning}{查看选项列表} {action}{option.List}}
  139. {{key}{\cod} {meaning}{开启/关闭调试模式} {action}{option.Toggle DebugLog}}
  140. {{key}{\coD} {meaning}{开启/关闭调试日志} {action}{option.Toggle DebugLogEcho}}
  141. {{key}{\coe} {meaning}{开启/关闭命令发送回显} {action}{option.Toggle EchoCommand}}
  142. {{key}{\cok} {meaning}{开启/关闭小键盘走路} {action}{option.Toggle KeypadWalk}}
  143. {{key}{\coK} {meaning}{开启/关闭屏幕虚拟键盘走路} {action}{option.Toggle ScreenKeypad}}
  144. };
  145. VAR {小键盘走路的功能映射表} {global-keypad-walking} {};
  146. #list {global-keypad-walking} create {
  147. {{key}{Up} {meaning}{向北,尽量靠下/上} {type}{dir} {args}{northdown;north;northup;up;northwest;northeast}}
  148. {{key}{Down} {meaning}{向南,尽量靠下/下} {type}{dir} {args}{southdown;south;southup;down;southwest;southeast}}
  149. {{key}{Left} {meaning}{向西,尽量靠下/出} {type}{dir} {args}{westdown;west;westup;out;northwest;southwest}}
  150. {{key}{Right} {meaning}{向东,尽量靠下/入} {type}{dir} {args}{eastdown;east;eastup;enter;northeast;southeast}}
  151. {{key}{ShiftUp} {meaning}{向北,尽量靠上} {type}{dir} {args}{northup;north}}
  152. {{key}{ShiftDown} {meaning}{向南,尽量靠上} {type}{dir} {args}{southup;south}}
  153. {{key}{ShiftLeft} {meaning}{向西,尽量靠上} {type}{dir} {args}{westup;west}}
  154. {{key}{ShiftRight} {meaning}{向东,尽量靠上} {type}{dir} {args}{eastup;east}}
  155. {{key}{Home} {meaning}{向西北/西上/北上} {type}{dir} {args}{northwest;westup;northup}}
  156. {{key}{End} {meaning}{向西南/西下/南上} {type}{dir} {args}{southwest;westdown;southup}}
  157. {{key}{PageUp} {meaning}{向东北/东上/北下} {type}{dir} {args}{northeast;eastup;northdown}}
  158. {{key}{PageDown} {meaning}{向东南/东下/南下} {type}{dir} {args}{southeast;eastdown;southdown}}
  159. {{key}{Enter} {meaning}{智能交互,搜尸/过河} {type}{cmd} {args}{get all}}
  160. {{key}{Center} {meaning}{查看房间} {type}{cmd} {args}{look}}
  161. };
  162. VAR {HP摘要刷新时机,三选一:{总是|从不|自动}} char.HPSummarize.Echo {自动};
  163. VAR {HP摘要配色表} char.HPSummarize.Theme {
  164. {色卡} {<218>;15;<118>;30;<238>;60;<138>;90;<128>;101;<168>}
  165. {前景} {
  166. {平常} {<168>}
  167. {战斗} {<118>}
  168. {战安} {<128>}
  169. {战危} {<118>}
  170. {战忙} {<138>}
  171. {危急} {<158>}
  172. {正忙} {<138>}
  173. }
  174. {背景} {
  175. {平常} {<099>}
  176. {战斗} {<B00A>}
  177. {战安} {<B040>}
  178. {战危} {<B600>}
  179. {战忙} {<B808>}
  180. {危急} {<BA00>}
  181. {正忙} {<B330>}
  182. }
  183. };