tiger2005 / KeyboardOverlay

A highly customizable keyboard displayer, including shortcut keys, key count, kps display and so on. / 高自定义度的键盘显示器,支持显示快捷键、独立按键次数统计、KPS 等。
MIT License
47 stars 2 forks source link

Share My setting #4

Open Sy0307 opened 2 years ago

Sy0307 commented 2 years ago

map.txt

<Column>
  <Row>
    <Button> ESC 1.5
    <Button> F1 1 1 0.8
    <Button> F2 1 1 0.8
    <Button> F3 1 1 0.8
    <Button> F4 1 1 0.8
    <Blank> 0.75
    <Button> F5 1 1 0.8
    <Button> F6 1 1 0.8
    <Button> F7 1 1 0.8
    <Button> F8 1 1 0.8
    <Blank> 0.75
    <Button> F9 1 1 0.8
    <Button> F10 1 1 0.8
    <Button> F11 1 1 0.8
    <Button> F12 1 1 0.8
    <Kps> 1
  </Row>
  <Blank> 15 0.2
  <Row>
    <Button> `
    <Button> 1
    <Button> 2
    <Button> 3
    <Button> 4
    <Button> 5
    <Button> 6
    <Button> 7
    <Button> 8
    <Button> 9
    <Button> 0
    <Button> -
    <Button> =
    <Icon> Backspace 2
    <Icon> Home
  </Row>
  <Row>
    <Button> Tab 1.7 1 0.9
    <Button> q
    <Button> w
    <Button> e
    <Button> r
    <Button> t
    <Button> y
    <Button> u
    <Button> i
    <Button> o
    <Button> p
    <Button> [
    <Button> ]
    <Button> \ 1.3
    <Icon> PgUp
  </Row>
  <Row>
    <Button> CapsLock 1.5 1 0.9
    <Button> a
    <Button> s
    <Button> d
    <Button> f
    <Button> g
    <Button> h
    <Button> j
    <Button> k
    <Button> l
    <Button> ;
    <Button> '
    <Button> Enter 2.5 1 0.9
    <Icon> PgDn
  </Row>
  <Row>
    <Button> ShiftLeft 2.3 1 0.9
    <Button> z
    <Button> x
    <Button> c
    <Button> v
    <Button> b
    <Button> n
    <Button> m
    <Button> ,
    <Button> .
    <Button> /
    <Button> ShiftRight 1.7 1 0.9
    <Icon> Up
    <Icon> End
  </Row>
  <Row>
    <Button> CtrlLeft 1.5 1 0.8
    <Icon> Windows
    <Button> AltLeft 1.5 1 0.8
    <Button> Space 5
    <Button> AltRight 1.5 1 0.8
    <Icon> Menu
    <Button> CtrlRight 1.5 1 0.8
    <Icon> Left
    <Icon> Down
    <Icon> Right
  </Row>
</Column>

options.json

{
  "fontSize": 17,
  "fontFamily": "Config, Monaco, Menlo, \"Ubuntu Mono\", Consolas, source-code-pro, monospace",
  "alwaysOnTop": true,
  "toolBarMode": "kps",
  "toolBarFontSize": 14,
  "keyCount": true,
  "keyActiveBackgroundColor": "#f0f0f0",
  "keyHeatmap": "none",
  "keyTotalCountMode": "strict",
  "displayShortcut": true,
  "antiMinimize": false,
  "bounceTime": 200,
  "touchShortcut":true,
  "lockShortcut": {
    "id": "L",
    "shiftKey": true,
    "ctrlKey": true,
    "altKey": false,
    "metaKey": false
  }
}

icon.json

{

  "Windows": "<i class='fa-regular fa-clone'></i>", 
  "Backspace": "<i class='fa-solid fa-left-long'></i>",
  "Menu": "<i class='fas fa-bars'></i>",
  "Up": "<i class='fa-solid fa-angle-up'></i>",
  "Left": "<i class='fa-solid fa-angle-left'></i>",
  "Right": "<i class='fa-solid fa-angle-right'></i>",
  "Down": "<i class='fa-solid fa-angle-down'></i>",
  "Home": "<i class='fa-solid fa-genderless'></i>",
  "End": "<i class='fa-solid fa-genderless'></i>",
  "PgUp": "<i class='fa-solid fa-arrow-up'></i>",
  "PgDn": "<i class='fa-solid fa-arrow-down'></i>",
  "ShiftLeft": "<i class='fas fa-circle-up'></i>"
}

No changes for bindings.json or bindings_web.json .

Sy0307 commented 2 years ago

Preview for my setting Preview for my setting