Skip to content

[Mousepad 0.5] Restore the use of the file accels.scm

Gaël Bonithon requested to merge Tamaranch/mousepad:restore-accels-file into master

Fixes #73 (closed).

There is a little difference in action naming, but it should not disturb the user, and the feature should behaves the same, although there is some more work under the hood.

The commented entries of the old file will be replaced without warning, but the uncommented entries will be kept, as was the case before: this is gtk_accel_map_save() behavior. This should allow the user to adapt its custom accels to the new syntax quite easily.

NB: I also added a TRACE macro to mousepad/mousepad-private.h for personal testing (in addition to PRINT_LOCATION).

Edited by Gaël Bonithon

Merge request reports