MaterialPair 창에서 엔터로 선택, 스페이스로 체크
This commit is contained in:
@@ -164,6 +164,18 @@ namespace friction
|
||||
return Compare(x as ListViewItem, y as ListViewItem);
|
||||
}
|
||||
}
|
||||
|
||||
private void lvSpring_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyCode == Keys.Enter)
|
||||
SelectSpring(lvSpring.SelectedIndices[0]);
|
||||
}
|
||||
|
||||
private void lvTable_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyCode == Keys.Enter)
|
||||
SelectTable(lvTable.SelectedIndices[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user