mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 17:24:08 -05:00
Add shift hotkey to apply current as TRs
no window popup required
This commit is contained in:
@@ -1589,6 +1589,13 @@ private void OpenHistory(object sender, EventArgs e)
|
||||
|
||||
private void B_Records_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (ModifierKeys == Keys.Shift)
|
||||
{
|
||||
Entity.SetRelearnMoves(Entity.Moves);
|
||||
UpdateLegality();
|
||||
return;
|
||||
}
|
||||
|
||||
using var form = new TechRecordEditor(Entity);
|
||||
form.ShowDialog();
|
||||
UpdateLegality();
|
||||
|
||||
Reference in New Issue
Block a user