Frank Kobzik has uploaded a new change for review. Change subject: config: Expose customizable console keyboard shortcuts ......................................................................
config: Expose customizable console keyboard shortcuts Change Icb37fe653f007307686765f6dc089206559cb7e3 generalized naming of configurable console shortcuts. However, exposing to the config was forgotten. This patch fixes the issue. Change-Id: I4b2a9b00ede59c9b57180a1f2f25a08fcaeb2ec8 Bug-Url: https://bugzilla.redhat.com/1141224 Signed-off-by: Frantisek Kobzik <[email protected]> --- M packaging/etc/engine-config/engine-config.properties 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/33763/1 diff --git a/packaging/etc/engine-config/engine-config.properties b/packaging/etc/engine-config/engine-config.properties index 00adc3c..b35840a 100644 --- a/packaging/etc/engine-config/engine-config.properties +++ b/packaging/etc/engine-config/engine-config.properties @@ -127,11 +127,11 @@ SearchResultsLimit.type=Integer ServerRebootTimeout.description="Host Reboot Timeout (in seconds)" ServerRebootTimeout.type=Integer -SpiceReleaseCursorKeys.description="Keyboard keys combination that causes the mouse cursor to be released from its grab on SPICE" +ConsoleReleaseCursorKeys.description="Keyboard keys combination that causes the mouse cursor to be released from its grab on console client window" SpiceSecureChannels.description="SPICE Secure Channels" SpiceSecureChannels.type=StringMultiple SpiceSecureChannels.validValues=smain,sinputs,scursor,splayback,srecord,sdisplay,ssmartcard,susbredir -SpiceToggleFullScreenKeys.description="Keyboard keys combination that toggles the full-screen state of SPICE client window" +ConsoleToggleFullScreenKeys.description="Keyboard keys combination that toggles the full-screen state of console client window" SpiceUsbAutoShare.description="Enable USB devices sharing by default in SPICE" SpiceUsbAutoShare.validValues=true,false SpmCommandFailOverRetries.description="Number of retries to failover the Storage Pool Manager on failed commands" -- To view, visit http://gerrit.ovirt.org/33763 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b2a9b00ede59c9b57180a1f2f25a08fcaeb2ec8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
