Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [0575] 譜面明細画面の従来のショートカットを実装 #1302

Merged
merged 3 commits into from Aug 21, 2022

Conversation

cwtickle
Copy link
Owner

@cwtickle cwtickle commented Aug 20, 2022

🔨 変更内容 / Details of Changes

  1. 設定画面内の譜面明細表示にて、従来のショートカットキー「Q」を復活させました。
    「Q」キーを押すことで次の明細表示へ移動します。画面レイアウトは変えていません。
    次のように押したときの挙動が変わります。
    • 明細を開く&Speed -> Density -> Tooldif -> 明細を閉じる -> 明細を開く&Speed -> ...
    • すでに明細が開いた状態の場合は次のカーソルへ移動します。
  2. 未使用のラベル・設定類を削除しました。
    • g_settings.scoreDetailNum
    • g_lblPosObj.lnkScoreDetail
    • g_lblPosObj.lnkScoreDetailB

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. 次の明細を表示する際に1ボタンで移動したいことがあるため。
  2. ボタン廃止により現在は使用していないため。

📷 スクリーンショット / Screenshot

  • g_shortcutObj.option.KeyQ.id で指定している値は、「Q」キーを押すごとに変わるようになっています。
    具体的には、g_settings.scoreDetails = ['Speed', 'Density', 'ToolDif'];の配列に従って変わります。

📝 その他コメント / Other Comments

  • 「Q」キーでカーソル移動するという表示は今のところ考えていません。
  • 逆回しは明細表示が現状3つしかないため、実装しない予定です。

@codeclimate
Copy link

codeclimate bot commented Aug 21, 2022

Code Climate has analyzed commit 0afc80d and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant