[Keyboard Manager] Confirmation Dialog for orphaned keys and partial remappings. (#2811)

* WIP Confirmation dialog for orphaned keys

* Confirmation Dialog for orphaned keys

* White OK button, Anyways capitalizef

* Change Apply to Ok for shortcuts

* Validate that mappings can be made before changing keyboardManagerState

* Set fixed MinWidth for OK button

* Fix typo

* Partial remappings confirmation dialog

Both for Shortcuts and SingleKey

* Remove warning icon callback in OnClickAccept

* Add text wrapping for OrphanKeys dialog
This commit is contained in:
Tomas Agustin Raies
2020-05-11 12:45:55 -07:00
committed by GitHub
parent c39be3dbc9
commit 8c04421387
9 changed files with 239 additions and 26 deletions

View File

@@ -73,4 +73,7 @@ namespace KeyboardManagerConstants
inline const long TableArrowColWidth = 20;
inline const long TableRemoveColWidth = 20;
inline const long TableWarningColWidth = 20;
// Shared style constants for both Remap Table and Shortcut Table
inline const double HeaderButtonWidth = 100;
}