diff --git a/index.html b/index.html
index 74f0391..b175c81 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-
Untitled - Pascar Pascar
Pascar - Keyboard Shortcuts
Menu Navigation
Alt+F Open File menu Alt+E Open Edit menu Alt+S Open Search menu Alt+V Open View menu Alt+H Open Help menu ↑ / ↓ Move through menu items ← / → Switch between menus Enter Activate highlighted item Letter key Activate underlined shortcut Escape Close menu
File Operations
Ctrl+N New file Ctrl+O Open file from disk Ctrl+S Save / download file Ctrl+Shift+S Save As... Ctrl+P Print
Editing
Ctrl+Z Undo Ctrl+Y Redo Ctrl+X Cut Ctrl+C Copy Ctrl+V Paste Ctrl+A Select All Del Delete selection F5 Insert date/time Insert Toggle Insert/Overwrite Tab Indent (4 spaces) Shift+Tab Unindent
Search
Ctrl+F Find... Ctrl+H Find & Replace... F3 Find Next Shift+F3 Find Previous Ctrl+G Go to Line...
View
Alt+W Toggle Word Wrap Alt+L Toggle Line Numbers Ctrl++ Zoom In Ctrl+- Zoom Out Ctrl+0 Reset Zoom
Navigation
Ctrl+Home Beginning of file Ctrl+End End of file Ctrl+Left/Right Move word by word Home / End Start / end of line Page Up / Down Scroll one page
General
F1 Show this help screen Escape Close menus / dialogs Alt+F4 Exit (close tab)
Press Escape or F1 to close this screen
Find: Replace: Case Word ▼ Next ▲ Prev Replace Replace All ✕ Close
Go to line: OK Cancel
Untitled UTF-8
Words: 0 Chars: 0 Ln 1, Col 1 INS
\ No newline at end of file
+Untitled - Pascar Pascar
Pascar - Keyboard Shortcuts
Menu Navigation
Alt+F Open File menu Alt+E Open Edit menu Alt+S Open Search menu Alt+V Open View menu Alt+H Open Help menu ↑ / ↓ Move through menu items ← / → Switch between menus Enter Activate highlighted item Letter key Activate underlined shortcut Escape Close menu
File Operations
Ctrl+N New file Ctrl+O Open file from disk Ctrl+S Save / download file Ctrl+Shift+S Save As... Ctrl+P Print
Editing
Ctrl+Z Undo Ctrl+Y Redo Ctrl+X Cut Ctrl+C Copy Ctrl+V Paste Ctrl+A Select All Del Delete selection F5 Insert date/time Insert Toggle Insert/Overwrite Tab Indent (4 spaces) Shift+Tab Unindent
Search
Ctrl+F Find... Ctrl+H Find & Replace... F3 Find Next Shift+F3 Find Previous Ctrl+G Go to Line...
View
Alt+W Toggle Word Wrap Alt+L Toggle Line Numbers Ctrl++ Zoom In Ctrl+- Zoom Out Ctrl+0 Reset Zoom
Navigation
Ctrl+Home Beginning of file Ctrl+End End of file Ctrl+Left/Right Move word by word Home / End Start / end of line Page Up / Down Scroll one page
General
F1 Show this help screen Escape Close menus / dialogs Alt+F4 Exit (close tab)
Press Escape or F1 to close this screen
Find: Replace: Case Word ▼ Next ▲ Prev Replace Replace All ✕ Close
Go to line: OK Cancel
Untitled UTF-8
Words: 0 Chars: 0 Ln 1, Col 1 INS
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 051e4d9..0872573 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Pascar Text Editor",
+ "name": "Pascar",
"short_name": "Pascar",
"start_url": "index.html",
"display": "standalone",
@@ -12,4 +12,4 @@
"type": "image/png"
}
]
-}
\ No newline at end of file
+}
diff --git a/src/index.html b/src/index.html
index e671cca..c7b98e1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1311,6 +1311,9 @@
No server. No data sent anywhere.
Open & save files via your local filesystem.
+
OK
`, () => {
@@ -1348,4 +1351,5 @@
})();
-