Skip to content
  • Nate Graham's avatar
    Use old id for "Peek at Desktop" to preserve existing shortcus · 722cc870
    Nate Graham authored
    This code uses the DEF() macro which silently re-uses an untranslated
    version of the string as the ID in the config file. So anytime you
    change the text, a new entry will be created in the config flil and
    users will lose any custom shortcut mappings.
    
    To avoid this, use the DEF2() macro instead, which allows defining the
    ID and the user-facing translated name differently.
    722cc870