Skip to content

Commit

Permalink
assign Ctrl+D to copy the double-frame word
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 24, 2023
1 parent 8901d5a commit c7267c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
- 2023-XX-YY ver.5.0.5
- Line widths are now saved in the LOOKS file.
- Implemented "Recently Used Files".
- Assign Ctrl+D to "Copy the double-frame word".

# 開発履歴 (Japanese)

Expand Down Expand Up @@ -751,3 +752,4 @@
- 2023年XX年YY日 ver.5.0.5
- LOOKSファイルに線の幅を保存するようにした。
- 「最近使ったファイル」を実装。
- Ctrl+Dを「二重マス単語をコピー」に割り付け。
1 change: 1 addition & 0 deletions XWordGiver_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ IDB_FROMWORDS BITMAP "res/Bitmap_100.bmp"
"B", ID_SAVEANSASIMAGE, CONTROL, VIRTKEY
"F", ID_FITZOOM, CONTROL, VIRTKEY
"R", ID_RULEPRESET, CONTROL, VIRTKEY
"D", ID_COPYMARKWORD, CONTROL, VIRTKEY
VK_F1, ID_OPENREADME, VIRTKEY
VK_F5, ID_SOLVE, VIRTKEY
VK_F7, ID_SOLVENOADDBLACK, VIRTKEY
Expand Down
2 changes: 1 addition & 1 deletion lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MENUITEM "Copy the ACROSS word", ID_COPYWORDHORZ
MENUITEM "Copy the multi&set of letters", ID_COPYCHARSET
MENUITEM "Copy the list of w&ords", ID_COPY_WORD_LIST
MENUITEM "Copy the double-frame word", ID_COPYMARKWORD
MENUITEM "Copy the double-frame word\tCtrl+D", ID_COPYMARKWORD
MENUITEM SEPARATOR
MENUITEM "Copy the DOWN clues (Style 0) (&T)", ID_COPYVHINTSSTYLE0
MENUITEM "Copy the ACROSS clues (Style 0) (&Y)", ID_COPYHHINTSSTYLE0
Expand Down
2 changes: 1 addition & 1 deletion lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
MENUITEM "ヨコの単語をコピー(&H)", ID_COPYWORDHORZ
MENUITEM "文字群をコピー(&S)", ID_COPYCHARSET
MENUITEM "単語リストをコピー(&O)", ID_COPY_WORD_LIST
MENUITEM "二重マス単語をコピー(&M)", ID_COPYMARKWORD
MENUITEM "二重マス単語をコピー(&M)\tCtrl+D", ID_COPYMARKWORD
MENUITEM SEPARATOR
MENUITEM "タテのカギをコピー (スタイル0) (&T)", ID_COPYVHINTSSTYLE0
MENUITEM "ヨコのカギをコピー (スタイル0) (&Y)", ID_COPYHHINTSSTYLE0
Expand Down

0 comments on commit c7267c5

Please sign in to comment.