1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Desktop: Add keyboard shortcut editor (#3525)

This commit is contained in:
Anjula Karunarathne
2020-09-06 17:30:25 +05:30
committed by GitHub
parent 0998fc0ad7
commit a8296e2e37
16 changed files with 762 additions and 109 deletions

View File

@ -156,6 +156,12 @@ shared.settingsSections = createSelector(
isScreen: true,
});
output.push({
name: 'keymap',
metadatas: [],
isScreen: true,
});
return output;
}
);