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: [0782] カスタムキーパターン略記の拡張 #1621

Merged
merged 3 commits into from Feb 22, 2024

Conversation

cwtickle
Copy link
Owner

🔨 変更内容 / Details of Changes

  1. charaXにおけるカスタムキーパターン略記を拡張しました。
    部分キー定義だけでなく標準実装キー、既存定義キーにも使えるようになり、拡張性が上がりました。
    • |charaX=a>7_0| -> |charaX=aleft,aleftdia,adown,aspace,aup,arightdia,aright|
    • |charaX=b>5_0| -> |charaX=bleft,bdown,bup,bright,bspace|
    • |charaX=c>4A| -> |charaX=cleft,cdown,cup,cright|

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

  1. カスタムキー定義の簡潔な記述ができるようにすることで利用しやすくするため。

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

📝 その他コメント / Other Comments

  • 従来の部分キー定義の拡張記法 4A_a, 3S_b は、a>4A, b>3Sに置き換え可能なため、
    ver36以降は廃止することを予定しています。
  • g_keyObj.ptChara7は、今回の変更で7_0a>7_0に置き換え可能なため、ver36以降は廃止する予定です。

Copy link

codeclimate bot commented Feb 22, 2024

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

View more on Code Climate.

@cwtickle cwtickle merged commit d9273d9 into develop Feb 22, 2024
4 checks passed
@cwtickle cwtickle deleted the feature/0782-key-chara branch February 23, 2024 01:35
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