ActionTextField: fix StandardKey not working
According to https://codebrowser.dev/qt5/qtquickcontrols2/src/quicktemplates2/qquickaction.cpp.html#121 if the property is a string, the key sequence will be generated from QKeySequence::fromString
, which will return invalid key sequences for enums.