added keyd config with mapping altgr+oklm as navigation and other
This commit is contained in:
parent
f2f98d6fee
commit
64bbe514fb
203 changed files with 10630 additions and 3 deletions
452
.config/Zettlr/config.json
Normal file
452
.config/Zettlr/config.json
Normal file
|
|
@ -0,0 +1,452 @@
|
|||
{
|
||||
"version": "4.7.0",
|
||||
"buildDate": "2026-07-26T12:11:22.423Z",
|
||||
"app": {
|
||||
"openFiles": [],
|
||||
"openWorkspaces": [
|
||||
"/home/oh/Nextcloud/Documents/Scolaire/Mémoire"
|
||||
]
|
||||
},
|
||||
"openDirectory": "/home/oh/Nextcloud/Documents/Scolaire/Mémoire",
|
||||
"dialogPaths": {
|
||||
"askFileDialog": "/home/oh/Nextcloud/Documents/Scolaire/Mémoire/Papers",
|
||||
"askDirDialog": "/home/oh/Nextcloud/Documents/Scolaire/Mémoire",
|
||||
"askLangFileDialog": ""
|
||||
},
|
||||
"window": {
|
||||
"nativeAppearance": false,
|
||||
"vibrancy": false,
|
||||
"fileManagerVisible": false,
|
||||
"sidebarVisible": false,
|
||||
"currentSidebarTab": "attachments",
|
||||
"recentGlobalSearches": [
|
||||
"mémoire",
|
||||
"ehess",
|
||||
"memoire",
|
||||
" ",
|
||||
"citing",
|
||||
"hashtags",
|
||||
"much",
|
||||
"20260913095757",
|
||||
"zettelkasten"
|
||||
]
|
||||
},
|
||||
"ui": {
|
||||
"fileManagerSplitSize": [
|
||||
23,
|
||||
77
|
||||
],
|
||||
"editorSidebarSplitSize": [
|
||||
80,
|
||||
20
|
||||
]
|
||||
},
|
||||
"attachmentExtensions": [],
|
||||
"darkMode": true,
|
||||
"darkModeEditor": "match",
|
||||
"alwaysReloadFiles": true,
|
||||
"autoDarkMode": "schedule",
|
||||
"autoDarkModeStart": "19:00",
|
||||
"autoDarkModeEnd": "06:00",
|
||||
"fileMeta": false,
|
||||
"fileMetaTime": "modtime",
|
||||
"sorting": "natural",
|
||||
"sortFoldersFirst": true,
|
||||
"muteLines": true,
|
||||
"fileManagerMode": "combined",
|
||||
"fileManagerShowFiles": true,
|
||||
"fileManagerShowWorkspaces": true,
|
||||
"fileNameDisplay": "title+heading",
|
||||
"fileManager": {
|
||||
"twoStepCollapseWorkspaces": false,
|
||||
"sortWorkspacesManually": false
|
||||
},
|
||||
"newFileNamePattern": "%id.md",
|
||||
"newFileDontPrompt": false,
|
||||
"export": {
|
||||
"dir": "temp",
|
||||
"stripTags": false,
|
||||
"autoOpenExportedFiles": true,
|
||||
"enforceMarkSupport": true,
|
||||
"stripLinks": "full",
|
||||
"cslLibrary": "/home/oh/Nextcloud/Documents/Scolaire/Mémoire/Papers/EHESS MASTER THESIS.json",
|
||||
"cslStyle": "",
|
||||
"useBundledPandoc": true,
|
||||
"exportQmdWithQuarto": false,
|
||||
"customCommands": [],
|
||||
"selectedProfiles": [],
|
||||
"lastUsedProfile": "HTML.yaml"
|
||||
},
|
||||
"zkn": {
|
||||
"idRE": "(\\d{14})",
|
||||
"idGen": "%Y%M%D%h%m%s",
|
||||
"linkAddFileTitle": true,
|
||||
"linkWithIDIfPossible": false,
|
||||
"linkFormat": "link|title",
|
||||
"autoSearch": true,
|
||||
"customDirectory": ""
|
||||
},
|
||||
"editor": {
|
||||
"autoSave": "immediately",
|
||||
"autocompleteSuggestEmojis": false,
|
||||
"snippetAutocompleteTriggerCharacter": ":",
|
||||
"autoCloseBrackets": true,
|
||||
"showLinkPreviews": true,
|
||||
"showWhitespace": false,
|
||||
"showMarkdownLineNumbers": false,
|
||||
"defaultSaveImagePath": "",
|
||||
"citeStyle": "in-text",
|
||||
"enableTableHelper": true,
|
||||
"indentUnit": 4,
|
||||
"indentWithTabs": false,
|
||||
"alwaysIndentLineOnTab": false,
|
||||
"fontSize": 20,
|
||||
"countChars": false,
|
||||
"inputMode": "default",
|
||||
"boldFormatting": "**",
|
||||
"italicFormatting": "*",
|
||||
"highlightFormatting": "==",
|
||||
"readabilityAlgorithm": "dale-chall",
|
||||
"showStatusbar": true,
|
||||
"showFormattingToolbar": true,
|
||||
"lint": {
|
||||
"markdown": false,
|
||||
"languageTool": {
|
||||
"active": false,
|
||||
"level": "picky",
|
||||
"motherTongue": "fr-BE",
|
||||
"variants": {
|
||||
"en": "en-NZ",
|
||||
"de": "de-DE",
|
||||
"pt": "pt-PT",
|
||||
"ca": "ca-ES"
|
||||
},
|
||||
"ignoredRules": [],
|
||||
"provider": "official",
|
||||
"customServer": "",
|
||||
"username": "",
|
||||
"apiKey": ""
|
||||
}
|
||||
},
|
||||
"autoCorrect": {
|
||||
"active": true,
|
||||
"magicQuotes": {
|
||||
"primary": "\"…\"",
|
||||
"secondary": "'…'"
|
||||
},
|
||||
"replacements": [
|
||||
{
|
||||
"key": "-->",
|
||||
"value": "→"
|
||||
},
|
||||
{
|
||||
"key": "–>",
|
||||
"value": "→"
|
||||
},
|
||||
{
|
||||
"key": "<--",
|
||||
"value": "←"
|
||||
},
|
||||
{
|
||||
"key": "<->",
|
||||
"value": "↔"
|
||||
},
|
||||
{
|
||||
"key": "<-->",
|
||||
"value": "↔"
|
||||
},
|
||||
{
|
||||
"key": "==>",
|
||||
"value": "⇒"
|
||||
},
|
||||
{
|
||||
"key": "<==",
|
||||
"value": "⇐"
|
||||
},
|
||||
{
|
||||
"key": "<=>",
|
||||
"value": "⇔"
|
||||
},
|
||||
{
|
||||
"key": "<==>",
|
||||
"value": "⇔"
|
||||
},
|
||||
{
|
||||
"key": "!=",
|
||||
"value": "≠"
|
||||
},
|
||||
{
|
||||
"key": "<>",
|
||||
"value": "≠"
|
||||
},
|
||||
{
|
||||
"key": "+-",
|
||||
"value": "±"
|
||||
},
|
||||
{
|
||||
"key": ":time:",
|
||||
"value": "×"
|
||||
},
|
||||
{
|
||||
"key": ":division:",
|
||||
"value": "÷"
|
||||
},
|
||||
{
|
||||
"key": "<=",
|
||||
"value": "≤"
|
||||
},
|
||||
{
|
||||
"key": ">=",
|
||||
"value": "≥"
|
||||
},
|
||||
{
|
||||
"key": "1/2",
|
||||
"value": "½"
|
||||
},
|
||||
{
|
||||
"key": "1/3",
|
||||
"value": "⅓"
|
||||
},
|
||||
{
|
||||
"key": "2/3",
|
||||
"value": "⅔"
|
||||
},
|
||||
{
|
||||
"key": "1/4",
|
||||
"value": "¼"
|
||||
},
|
||||
{
|
||||
"key": "3/4",
|
||||
"value": "¾"
|
||||
},
|
||||
{
|
||||
"key": "1/8",
|
||||
"value": "⅛"
|
||||
},
|
||||
{
|
||||
"key": "3/8",
|
||||
"value": "⅜"
|
||||
},
|
||||
{
|
||||
"key": "5/8",
|
||||
"value": "⅝"
|
||||
},
|
||||
{
|
||||
"key": "7/8",
|
||||
"value": "⅞"
|
||||
},
|
||||
{
|
||||
"key": "mm2",
|
||||
"value": "mm²"
|
||||
},
|
||||
{
|
||||
"key": "cm2",
|
||||
"value": "cm²"
|
||||
},
|
||||
{
|
||||
"key": "m2",
|
||||
"value": "m²"
|
||||
},
|
||||
{
|
||||
"key": "km2",
|
||||
"value": "km²"
|
||||
},
|
||||
{
|
||||
"key": "mm3",
|
||||
"value": "mm³"
|
||||
},
|
||||
{
|
||||
"key": "cm3",
|
||||
"value": "cm³"
|
||||
},
|
||||
{
|
||||
"key": "ccm",
|
||||
"value": "cm³"
|
||||
},
|
||||
{
|
||||
"key": "m3",
|
||||
"value": "m³"
|
||||
},
|
||||
{
|
||||
"key": "km3",
|
||||
"value": "km³"
|
||||
},
|
||||
{
|
||||
"key": ":sup2:",
|
||||
"value": "²"
|
||||
},
|
||||
{
|
||||
"key": ":sup3:",
|
||||
"value": "³"
|
||||
},
|
||||
{
|
||||
"key": ":deg:",
|
||||
"value": "°"
|
||||
},
|
||||
{
|
||||
"key": ":eur",
|
||||
"value": "€"
|
||||
},
|
||||
{
|
||||
"key": ":gbp",
|
||||
"value": "£"
|
||||
},
|
||||
{
|
||||
"key": ":yen",
|
||||
"value": "¥"
|
||||
},
|
||||
{
|
||||
"key": ":cent",
|
||||
"value": "¢"
|
||||
},
|
||||
{
|
||||
"key": ":inr:",
|
||||
"value": "₹"
|
||||
},
|
||||
{
|
||||
"key": "(c)",
|
||||
"value": "©"
|
||||
},
|
||||
{
|
||||
"key": "(tm)",
|
||||
"value": "™"
|
||||
},
|
||||
{
|
||||
"key": "(r)",
|
||||
"value": "®"
|
||||
},
|
||||
{
|
||||
"key": "...",
|
||||
"value": "…"
|
||||
},
|
||||
{
|
||||
"key": "--",
|
||||
"value": "–"
|
||||
},
|
||||
{
|
||||
"key": "---",
|
||||
"value": "—"
|
||||
}
|
||||
],
|
||||
"matchWholeWords": false
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"theme": "bielefeld",
|
||||
"hideToolbarInDistractionFree": false,
|
||||
"markdownFileExtensions": false,
|
||||
"previewModeShowSyntaxWhenCursorIsAdjacent": false,
|
||||
"imageWidth": 100,
|
||||
"imageHeight": 50,
|
||||
"renderingMode": "preview",
|
||||
"renderCitations": true,
|
||||
"renderIframes": true,
|
||||
"renderImages": true,
|
||||
"renderLinks": true,
|
||||
"renderMath": true,
|
||||
"renderTasks": true,
|
||||
"renderHTags": true,
|
||||
"renderEmphasis": true,
|
||||
"renderPandoc": true,
|
||||
"renderHorizontalRules": true
|
||||
},
|
||||
"files": {
|
||||
"builtin": {
|
||||
"showInFilemanager": true,
|
||||
"showInSidebar": false,
|
||||
"openWith": "zettlr"
|
||||
},
|
||||
"images": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": true,
|
||||
"openWith": "system"
|
||||
},
|
||||
"pdf": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": true,
|
||||
"openWith": "system"
|
||||
},
|
||||
"msoffice": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": true,
|
||||
"openWith": "system"
|
||||
},
|
||||
"openOffice": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": true,
|
||||
"openWith": "system"
|
||||
},
|
||||
"dataFiles": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": true,
|
||||
"openWith": "system"
|
||||
},
|
||||
"dotFiles": {
|
||||
"showInFilemanager": false,
|
||||
"showInSidebar": false,
|
||||
"openWith": "system"
|
||||
}
|
||||
},
|
||||
"selectedDicts": [],
|
||||
"appLang": "en-GB",
|
||||
"debug": true,
|
||||
"watchdog": {
|
||||
"activatePolling": false,
|
||||
"stabilityThreshold": 1000
|
||||
},
|
||||
"system": {
|
||||
"deleteOnFail": false,
|
||||
"leaveAppRunning": false,
|
||||
"avoidNewTabs": false,
|
||||
"iframeWhitelist": [
|
||||
"www.youtube.com",
|
||||
"player.vimeo.com"
|
||||
],
|
||||
"checkForUpdates": false,
|
||||
"zoomBehavior": "gui"
|
||||
},
|
||||
"checkForBeta": false,
|
||||
"displayToolbarButtons": {
|
||||
"showOpenPreferencesButton": true,
|
||||
"showNewFileButton": true,
|
||||
"showPreviousFileButton": true,
|
||||
"showNextFileButton": true,
|
||||
"showPandocDivSpanButton": true,
|
||||
"showMarkdownCommentButton": true,
|
||||
"showMarkdownLinkButton": true,
|
||||
"showMarkdownImageButton": true,
|
||||
"showMarkdownMakeTaskListButton": true,
|
||||
"showInsertTableButton": true,
|
||||
"showInsertFootnoteButton": true,
|
||||
"showDocumentInfoText": true,
|
||||
"showPomodoroButton": true
|
||||
},
|
||||
"shortcuts": {
|
||||
"ui": {
|
||||
"next-tab": "",
|
||||
"previous-tab": "",
|
||||
"filter-files": ""
|
||||
},
|
||||
"editor": {
|
||||
"table-align": "",
|
||||
"table-align-col-left": "",
|
||||
"table-align-col-center": "",
|
||||
"table-align-col-right": "",
|
||||
"tr-double-quotes-to-single": "",
|
||||
"tr-single-quotes-to-double": "",
|
||||
"tr-emdash-add-spaces": "",
|
||||
"tr-emdash-remove-spaces": "",
|
||||
"tr-ensure-double-quotes": "",
|
||||
"tr-italics-to-quotes": "",
|
||||
"tr-quotes-to-italics": "",
|
||||
"tr-quotes-to-magic": "",
|
||||
"tr-remove-line-breaks": "",
|
||||
"tr-sentence-case": "",
|
||||
"tr-straighten-quotes": "",
|
||||
"tr-strip-duplicate-spaces": "",
|
||||
"tr-title-case": "",
|
||||
"tr-zap-gremlins": ""
|
||||
}
|
||||
},
|
||||
"uuid": "dd921e3e-de31-49f7-bbc5-33d3d79d740d"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue