Apply the key bindings changes to the current profile
ClosedPublic

Authored by ahmadsamir on Apr 16 2018, 5:39 PM.

Details

Summary

For the Profile::KeyBindings property, if it's set in the _tempProfile
then the user opened the edit key bindings dialog and clicked OK, and
could have add/removed a key bindings rule. Allow applying the settings
so that the current profile KeyBindings property is updated without
having to restart konsole or open a new tab.

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Apr 16 2018, 5:39 PM
Restricted Application added a project: Konsole. · View Herald TranscriptApr 16 2018, 5:39 PM
ahmadsamir requested review of this revision.Apr 16 2018, 5:39 PM
hindenburg retitled this revision from When the user edits a key bindings list, apply the changes to the current profile to Apply the key bindings changes to the current profile.Apr 18 2018, 12:58 AM
hindenburg accepted this revision.Apr 18 2018, 1:13 AM

looks OK and my testing work - in general, try to keep columns to less than 78; if you use the commit-template it makes it easier to remember.

This revision is now accepted and ready to land.Apr 18 2018, 1:13 AM
This revision was automatically updated to reflect the committed changes.

looks OK and my testing work - in general, try to keep columns to less than 78; if you use the commit-template it makes it easier to remember.

OK, thanks. I'll look into using that template.