diff --git a/public/extra_descriptions/spacefn_plus.json.html b/public/extra_descriptions/spacefn_plus.json.html index 89379d270..7cfe156e2 100644 --- a/public/extra_descriptions/spacefn_plus.json.html +++ b/public/extra_descriptions/spacefn_plus.json.html @@ -1,30 +1,12 @@

SpaceFN Plus

-

This is an upgraded version of SpaceFN. The existing SpaceFN -configuration unfavourably activates SpaceFN mode during rapid typing, -rendering it unusability. The concept is drawn from SpaceLauncher, with two primary -revisions:

-
    -
  1. Inhibit SpaceFN Mode for a duration of 0.2 seconds post the last -keystroke: This adjustment allows for the quick insertion of a space -following the completion of a word.
  2. -
  3. Ingore pre-defined keys within 0.2 seconds after space key down: -This enhancement aims to prevent a letter from being activated before -releasing the space bar during speedy typing.
  4. +

    This is an upgraded version of SpaceFN. The existing SpaceFN configuration unfavorably activates SpaceFN mode during rapid typing, rendering it unusability. The concept is drawn from SpaceLauncher, with two primary revisions:

    + +
      +
    1. Ignore pre-defined keys within 0.2 seconds after space key down: This enhancement aims to prevent a letter from being activated before releasing the space bar during speedy typing. (You can adjust the time according to your preference. As a non-native English speaker, I find that 0.15 seconds works well for me.)
    2. +
    3. Inhibit SpaceFN Mode for a duration of 0.2 seconds post the last keystroke: This adjustment allows for the quick insertion of a space following the completion of a word. (Due to Karabiner's limitations, this feature is implemented in a somewhat dirty way. Only enable this when the previous setting cannot meet your needs, such as when you desire a shorter ignore time)
    -

    I have been using these two improvements -for 4 years, and they work well for me.

    -

    Known limitation: as stated here -and reiterated here, -Karabiner currently has a significant limitation - it overlooks rules -that are outlined following other existing rules, even if those rules -have unique conditions. For a more comprehensive explanation, refer to -this feature -request. Consequently, it is recommended to position the initial -revision, “Disable SpaceFN mode after last typing,” following all other -rules to prevent it from superseding the remaining rules.

    + +

    Known limitation: as stated here and reiterated here, Karabiner currently has a significant limitation - it overlooks rules that are outlined following other existing rules, even if those rules have unique conditions. For a more comprehensive explanation, refer to this feature request.

    + +

    Consequently, it is recommended to place the "Disable SpaceFN mode after last typing" (if needed) rule after all other rules to prevent it from superseding the other rules.