- Open directory in Finder with Cmd + Shift + G
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/
-
Open
IDETextKeyBindingSet.plistwith a text editor. -
Add this in:
| <!doctype html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Abakus: Lohn & Finanzen | Marketing</title> | |
| <meta | |
| name="description" | |
| content="Abakus ist eine deutsche Finanzrechner-App fuer Brutto-Netto, Steuerklassen, Sozialabgaben und transparente Aufschluesselungen." | |
| > |
| <!doctype html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>Wortschatz — deine Wörter, deine Welt.</title> | |
| <style> | |
| :root { | |
| --bg: #f7f7f5; | |
| --card: #ffffff; |
| <!doctype html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>Wortschatz Support</title> | |
| <style> | |
| :root { | |
| --bg: #f7f7f5; | |
| --card: #ffffff; |
| <!doctype html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>Abakus Support</title> | |
| <style> | |
| :root { | |
| --bg: #f7f7f5; | |
| --card: #ffffff; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Abakus Privacy Policy</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; } | |
| h1 { font-size: 24px; } | |
| h2 { font-size: 18px; margin-top: 24px; } |
| <!DOCTYPE html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Wortschatz Datenschutzerklaerung</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; } | |
| h1 { font-size: 24px; } | |
| h2 { font-size: 18px; margin-top: 24px; } |
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/
Open IDETextKeyBindingSet.plist with a text editor.
Add this in: