Skip to content

Commit

Permalink
Update Dialog_Main.cs
Browse files Browse the repository at this point in the history
Adding a Lenovo specific key per request.
  • Loading branch information
randyrants authored Oct 26, 2018
1 parent fc4fac9 commit e118ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SharpKeys/Dialog_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,8 @@ private void BuildParseTables()

m_hashKeys.Add("E0_F1", "Special: Hanja Key");
m_hashKeys.Add("E0_F2", "Special: Hangul Key");

m_hashKeys.Add("E0_1F1D", "Lenovo: Key");
m_hashKeys.Add("E0_1F6D", "HP: Display Key");
m_hashKeys.Add("E0_1F65", "HP: HangUp Key");
}
Expand Down

0 comments on commit e118ad1

Please sign in to comment.