From c842de01dc1b3a16bd578998c3e4eaa359f32b1e Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Fri, 11 Oct 2024 08:56:26 +0900 Subject: [PATCH 1/2] Use kbd in extra_descriptions --- .../personal_tekezo.json.html | 35 +++++++++++-------- src/json/personal_tekezo.json.js | 2 +- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/public/extra_descriptions/personal_tekezo.json.html b/public/extra_descriptions/personal_tekezo.json.html index 9b649bafb..e189539c6 100644 --- a/public/extra_descriptions/personal_tekezo.json.html +++ b/public/extra_descriptions/personal_tekezo.json.html @@ -1,31 +1,36 @@ diff --git a/src/json/personal_tekezo.json.js b/src/json/personal_tekezo.json.js index ca200b53d..b278bae38 100755 --- a/src/json/personal_tekezo.json.js +++ b/src/json/personal_tekezo.json.js @@ -41,7 +41,7 @@ function coreConfiguration() { // fn // - // Copy Unix time when fn is pressed alone + // Launch 1Password when fn is pressed alone { type: 'basic', from: { From 5292da74ea7a3606174401f326caa21b565393ba Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Fri, 11 Oct 2024 09:08:25 +0900 Subject: [PATCH 2/2] Use in extra_descriptions --- .../mouse_keys_mode_v4.json.html | 68 +++++++------------ 1 file changed, 24 insertions(+), 44 deletions(-) diff --git a/public/extra_descriptions/mouse_keys_mode_v4.json.html b/public/extra_descriptions/mouse_keys_mode_v4.json.html index f281389c8..80e11b8c7 100644 --- a/public/extra_descriptions/mouse_keys_mode_v4.json.html +++ b/public/extra_descriptions/mouse_keys_mode_v4.json.html @@ -1,14 +1,5 @@ - -

Mouse keys Mode v4

@@ -18,48 +9,37 @@

    -
  1. d key_down
  2. -
  3. - any keys of mouse keys key_down (h, - j, k, - l,...) -
  4. -
  5. - any keys of mouse keys key_up (h, - j, k, - l,...) -
  6. -
  7. - Then mouse keys is active until you release - d key. -
  8. +
  9. d key_down
  10. +
  11. any keys of mouse keys key_down (h, j, k, l, ...)
  12. +
  13. any keys of mouse keys key_up (h, j, k, l, ...)
  14. +
  15. Then mouse keys is active until you release d key.
Example:
    -
  • Press d
  • -
  • Press h
  • -
  • Press j
  • -
  • Release h
  • -
  • Release j
  • -
  • Release d
  • +
  • Press d
  • +
  • Press h
  • +
  • Press j
  • +
  • Release h
  • +
  • Release j
  • +
  • Release d
Key bindings:
    -
  • h: mouse left
  • -
  • j: mouse down
  • -
  • k: mouse up
  • -
  • l: mouse right
  • -
  • v: left click
  • -
  • b: middle click
  • -
  • n: right click
  • -
  • f: fast mode (fast mouse move by f+hjkl)
  • -
  • g: slow mode (slow mouse move by g+hjkl)
  • -
  • s: scroll mode (scroll by s+hjkl)
  • -
  • u: set mouse cursor position to the center of current display
  • -
  • i: set mouse cursor position to the center of main display
  • -
  • o: set mouse cursor position to the center of second display
  • -
  • p: set mouse cursor position to the center of third display
  • +
  • h: mouse left
  • +
  • j: mouse down
  • +
  • k: mouse up
  • +
  • l: mouse right
  • +
  • v: left click
  • +
  • b: middle click
  • +
  • n: right click
  • +
  • f: fast mode (fast mouse move by f+hjkl)
  • +
  • g: slow mode (slow mouse move by g+hjkl)
  • +
  • s: scroll mode (scroll by s+hjkl)
  • +
  • u: set mouse cursor position to the center of current display
  • +
  • i: set mouse cursor position to the center of main display
  • +
  • o: set mouse cursor position to the center of second display
  • +
  • p: set mouse cursor position to the center of third display