Skip to content

0.23.9

Choose a tag to compare

@Taro-Hayashi Taro-Hayashi released this 03 Apr 09:08
· 181 commits to main since this release
b289065

ジョイスティック側面ユニット / Joystick SIDE Unit

カーソル移動やスクロールが出来るようになりました。/ You can now move the cursor and scroll with joystick.
標準では押し込みでカーソル移動/スクロール/キー入力を切り替えられます。 / By default, you can switch between cursor movement/scrolling/key input by pressing in joystick.

トラックボール側面ユニット / Trackball SIDE Unit

トラックボールでキー入力を出来るモードを追加しました。/ Added a mode that allows key input with the trackball.
CPI、角度の設定値を増やしました。 / CPI and angle setting values were increased.

十字キー側面ユニット / D-pad SIDE Unit

ボタンが同時に一つしか反応しないようにしました。/ Only one button can respond at the same time.

ファームウェア / Firmware

左右分割用ファームウェアやRGBレイヤー機能付きファームウェアを一つにまとめました。/ Firmware no longer partitioned by ball location or RGB layers

特別なキー / Special keys

  • 以下のキーを廃止、変更しました。/ The following key codes have been eliminated and changed.
    Next App → Speed + LEFT
    Prev App → Speed - LEFT
    CPI + → Speed + RIGHT
    CPI - → Speed + RIGHT

  • 以下のキーを追加しました。FUNCTIONSタブにあります。 / The following key codes have been added, located on the FUNCTIONS tab.

キー名 機能
Speed + Left 左手側の速度、感度を上げる Increase speed and sensitivity on the left hand side
Speed - Left 左手側の速度、感度を下げる Decrease speed and sensitivity on the left hand side
Speed + Right 右手側の速度、感度を上げる Increase speed and sensitivity on the right hand side
Speed - Right 右手側の速度、感度を下げる Decrease speed and sensitivity on the right hand side
QK_USER_0 短押しでESC、押している間スクロールモード ESC when tapped, scroll when hold
QK_USER_1 短押しでTab、押している間スクロールモード Tab when tapped, scroll when hold
QK_USER_2 短押しでかな、押している間スクロールモード lang1 when tapped, scroll when hold
QK_USER_3 短押しで英数、押している間スクロールモード lang2 when tapped, scroll when hold
QK_USER_4 押している間だけ減速モード Slowdown trackball/joystick only as long as it is pressed
QK_USER_5 短押しでESC、押している間減速モード ESC when tapped, slowdown trackball/joystick when hold
QK_USER_6 短押しでTab、押している間減速モード Tab when tapped, slowdown trackball/joystick when hold
QK_USER_7 短押しでかな、押している間減速モード lang1 when tapped, slowdown trackball/joystick when hold
QK_USER_8 短押しで英数、押している間減速モード lang2 when tapped, slowdown trackball/joystick when hold
QK_USER_9 短押しで左クリック、押している間減速モード Left click when tapped, slowdown trackball/joystick when hold
QK_USER_10 短押しで右クリック、押している間減速モード Right click when tapped, slowdown trackball/joystick when hold
QK_USER_11 短押しで中クリック、押している間減速モード Center click when tapped, slowdown trackball/joystick when hold
QK_USER_12 押している間だけカーソル移動モード Trackball/joystick moves cursor only as long as it is pressed
QK_USER_13 押している間だけ十字キー入力モード Trackball/joystick input keys only as long as it is pressed
QK_USER_14 斜め入力防止のオンオフ Exclude diagonal input on D-Pad and input key mode
QK_USER_15 RGBレイヤー機能のオンオフ Toggle RGB layer function

全ての特別なキーはその他ページで一覧できます。 / All special keys can be listed on the Misc page.