diff --git a/windows/src/desktop/help/Makefile b/windows/src/desktop/help/Makefile index 25a600f626..46a9c36647 100644 --- a/windows/src/desktop/help/Makefile +++ b/windows/src/desktop/help/Makefile @@ -17,9 +17,9 @@ XSLSTYLE_PHP=php.xsl # Main targets #------------------------------------------------------- -build: +build: @rem - + build-release: chm html php copy /Y keymandesktop.chm $(ROOT)\bin\desktop @@ -70,7 +70,6 @@ html_cleanbin: html_images: dirs -rd /s/q $(ROOT)\bin\help\desktop\desktop_images xcopy /s/q $(ROOT)\src\desktop\help\desktop_images $(ROOT)\bin\help\desktop\desktop_images\ # - copy $(ROOT)\src\desktop\help\topicresponse.js $(ROOT)\bin\help\desktop copy $(ROOT)\src\desktop\help\kmhelp.css $(ROOT)\bin\help\desktop #------------------------------------------------------- @@ -87,7 +86,6 @@ php_cleanbin: php_images: dirs -rd /s/q $(ROOT)\bin\help\php\desktop\desktop_images xcopy /s/q $(ROOT)\src\desktop\help\desktop_images $(ROOT)\bin\help\php\desktop\desktop_images\ # - copy $(ROOT)\src\desktop\help\topicresponse.js $(ROOT)\bin\help\php\desktop copy $(ROOT)\src\desktop\help\kmhelp.css $(ROOT)\bin\help\php\desktop #------------------------------------------------------- diff --git a/windows/src/desktop/help/basic/config_tasks/keyboards_tab.xml b/windows/src/desktop/help/basic/config_tasks/keyboards_tab.xml index 4badba93b6..89df1d86cc 100644 --- a/windows/src/desktop/help/basic/config_tasks/keyboards_tab.xml +++ b/windows/src/desktop/help/basic/config_tasks/keyboards_tab.xml @@ -9,7 +9,7 @@ - + Opening the Keyboard Layouts Tab To open the Keyboard Layouts tab of Keyman Configuration: @@ -21,10 +21,10 @@ Select the Keyboard Layouts tab. - Keyman Configuration opens in the same tab you last closed it in. - + Keyman Configuration opens in the same tab you last closed it in. + - + Installing a Keyboard There are two ways to install a Keyman keyboard from the Keyboard Layouts tab of Keyman Configuration: @@ -35,10 +35,10 @@ To install a keyboard layout online, see: Downloading & Installing a Keyman Keyboard within Keyman Desktop - + Uninstalling a Keyboard To uninstall a Keyman keyboard from the Keyboard Layouts tab of Keyman Configuration, see: - + Enabling and Disabling a Keyboard To enable or disable a Keyman keyboard from the Keyboard Layouts tab of Keyman Configuration, see: @@ -54,14 +54,14 @@ - + Select a default hotkey or click Custom and type the hotkey you wish to use. If you press a single letter or Shift plus a single letter, the hotkey will default to Ctrl + Alt plus the letter you pressed, in order to avoid conflicts with standard keyboard input. To clear a hotkey that has been set previously, click Clear Hotkey or press Backspace. - Be aware that you can set the hotkey to replace common Windows hotkeys (Ctrl + C, Ctrl + V, etc). + Be aware that you can set the hotkey to replace common Windows hotkeys (Ctrl + C, Ctrl + V, etc). Click OK to save your selection. @@ -78,8 +78,8 @@ Find a keyboard in the keyboard list. Click on the question mark icon () beside the keyboard name. The keyboard help documentation will be shown. - - + + Viewing Keyboard Details To view details for a Keyman keyboard from the Keyboard Layouts tab of Keyman Configuration: @@ -104,10 +104,25 @@ Documentation status. Copyright details. Installation details. - + - + + Sharing a keyboard with other users and devices + If you installed a keyboard layout using the Download keyboard button, then you can share the keyboard with other devices and users using a QR Code. + + Expand the keyboard details for the keyboard you wish to share, and click Share keyboard. + A popup will appear with a QR Code. This QR Code can be scanned with a mobile phone camera to automatically open a web page with a download link to install the keyboard. + + + + + + + + + + Associating a keyboard with a Windows language All Keyman keyboards are associated with a Windows language by default. To change the association, or add a new association, see the following: @@ -115,7 +130,7 @@ - + Related Topics diff --git a/windows/src/desktop/help/context/activate.xml b/windows/src/desktop/help/context/activate.xml deleted file mode 100644 index 3c844f814c..0000000000 --- a/windows/src/desktop/help/context/activate.xml +++ /dev/null @@ -1,5 +0,0 @@ - -
- Activate Keyman Desktop - -
\ No newline at end of file diff --git a/windows/src/desktop/help/context/langsetup.xml b/windows/src/desktop/help/context/langsetup.xml deleted file mode 100644 index 49eda63d06..0000000000 --- a/windows/src/desktop/help/context/langsetup.xml +++ /dev/null @@ -1,5 +0,0 @@ - -
- Language Configuration Tasks - -
\ No newline at end of file diff --git a/windows/src/desktop/help/context/splash.xml b/windows/src/desktop/help/context/splash.xml index 80c79a582e..36ac472ac4 100644 --- a/windows/src/desktop/help/context/splash.xml +++ b/windows/src/desktop/help/context/splash.xml @@ -1,5 +1,18 @@ 
The Keyman Desktop Splash Screen - + + + + + + + + + + The Splash screen shows information about which keyboards are installed, plus the version of Keyman. + + You can stop the splash screen from showing by deselecting the option 'Show this screen at startup'. + + Note: when Keyman Desktop starts with Windows, the splash screen is not shown.
\ No newline at end of file diff --git a/windows/src/desktop/help/desktop_images/addin.png b/windows/src/desktop/help/desktop_images/addin.png deleted file mode 100644 index b75c9faf40..0000000000 Binary files a/windows/src/desktop/help/desktop_images/addin.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/config-activation.png b/windows/src/desktop/help/desktop_images/config-activation.png deleted file mode 100644 index b4507034a6..0000000000 Binary files a/windows/src/desktop/help/desktop_images/config-activation.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/diagnostic-link.png b/windows/src/desktop/help/desktop_images/diagnostic-link.png deleted file mode 100644 index 007d9a1d7c..0000000000 Binary files a/windows/src/desktop/help/desktop_images/diagnostic-link.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/diagnostic-progress.png b/windows/src/desktop/help/desktop_images/diagnostic-progress.png deleted file mode 100644 index 3dfb74083f..0000000000 Binary files a/windows/src/desktop/help/desktop_images/diagnostic-progress.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/diagnostic-report.png b/windows/src/desktop/help/desktop_images/diagnostic-report.png deleted file mode 100644 index e4e7a019cd..0000000000 Binary files a/windows/src/desktop/help/desktop_images/diagnostic-report.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/diagnostic-sendform.png b/windows/src/desktop/help/desktop_images/diagnostic-sendform.png deleted file mode 100644 index 97fc08c435..0000000000 Binary files a/windows/src/desktop/help/desktop_images/diagnostic-sendform.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/help-menu.png b/windows/src/desktop/help/desktop_images/help-menu.png deleted file mode 100644 index 57e2201ce2..0000000000 Binary files a/windows/src/desktop/help/desktop_images/help-menu.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/keyboard-share.png b/windows/src/desktop/help/desktop_images/keyboard-share.png new file mode 100644 index 0000000000..b009edbb10 Binary files /dev/null and b/windows/src/desktop/help/desktop_images/keyboard-share.png differ diff --git a/windows/src/desktop/help/desktop_images/keyboard-uninstall.png b/windows/src/desktop/help/desktop_images/keyboard-uninstall.png deleted file mode 100644 index a1babcffd3..0000000000 Binary files a/windows/src/desktop/help/desktop_images/keyboard-uninstall.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/language-tasks.png b/windows/src/desktop/help/desktop_images/language-tasks.png deleted file mode 100644 index d7da2b550c..0000000000 Binary files a/windows/src/desktop/help/desktop_images/language-tasks.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/lct_complexscript_01.png b/windows/src/desktop/help/desktop_images/lct_complexscript_01.png deleted file mode 100644 index fca29b862c..0000000000 Binary files a/windows/src/desktop/help/desktop_images/lct_complexscript_01.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/lct_rtlscript_01.png b/windows/src/desktop/help/desktop_images/lct_rtlscript_01.png deleted file mode 100644 index 1a871f8d82..0000000000 Binary files a/windows/src/desktop/help/desktop_images/lct_rtlscript_01.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/manual-activation.png b/windows/src/desktop/help/desktop_images/manual-activation.png deleted file mode 100644 index ee40314d01..0000000000 Binary files a/windows/src/desktop/help/desktop_images/manual-activation.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/menu-free.png b/windows/src/desktop/help/desktop_images/menu-free.png deleted file mode 100644 index 4f871660a6..0000000000 Binary files a/windows/src/desktop/help/desktop_images/menu-free.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/proxy-empty.png b/windows/src/desktop/help/desktop_images/proxy-empty.png deleted file mode 100644 index 9beb1d6b76..0000000000 Binary files a/windows/src/desktop/help/desktop_images/proxy-empty.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/setup-click2.png b/windows/src/desktop/help/desktop_images/setup-click2.png index bd7339039c..aa0f84b05c 100644 Binary files a/windows/src/desktop/help/desktop_images/setup-click2.png and b/windows/src/desktop/help/desktop_images/setup-click2.png differ diff --git a/windows/src/desktop/help/desktop_images/setup-click3.png b/windows/src/desktop/help/desktop_images/setup-click3.png index f008750ead..96087d813c 100644 Binary files a/windows/src/desktop/help/desktop_images/setup-click3.png and b/windows/src/desktop/help/desktop_images/setup-click3.png differ diff --git a/windows/src/desktop/help/desktop_images/splash-activation.png b/windows/src/desktop/help/desktop_images/splash-activation.png deleted file mode 100644 index f25b940ce6..0000000000 Binary files a/windows/src/desktop/help/desktop_images/splash-activation.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/splash-buy.png b/windows/src/desktop/help/desktop_images/splash-buy.png deleted file mode 100644 index 1649effe95..0000000000 Binary files a/windows/src/desktop/help/desktop_images/splash-buy.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/splash-trial.png b/windows/src/desktop/help/desktop_images/splash-trial.png deleted file mode 100644 index b11401a12c..0000000000 Binary files a/windows/src/desktop/help/desktop_images/splash-trial.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/start_download_keyboard_list.png b/windows/src/desktop/help/desktop_images/start_download_keyboard_list.png deleted file mode 100644 index 705f03ce9e..0000000000 Binary files a/windows/src/desktop/help/desktop_images/start_download_keyboard_list.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/start_download_keyboard_list2.png b/windows/src/desktop/help/desktop_images/start_download_keyboard_list2.png deleted file mode 100644 index 7fa537dcea..0000000000 Binary files a/windows/src/desktop/help/desktop_images/start_download_keyboard_list2.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/start_download_language_search.png b/windows/src/desktop/help/desktop_images/start_download_language_search.png deleted file mode 100644 index 02e85def72..0000000000 Binary files a/windows/src/desktop/help/desktop_images/start_download_language_search.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/support-request.png b/windows/src/desktop/help/desktop_images/support-request.png deleted file mode 100644 index bd5af8c5ba..0000000000 Binary files a/windows/src/desktop/help/desktop_images/support-request.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/support-settings.png b/windows/src/desktop/help/desktop_images/support-settings.png deleted file mode 100644 index 90fa92bf66..0000000000 Binary files a/windows/src/desktop/help/desktop_images/support-settings.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/support-settingsok.png b/windows/src/desktop/help/desktop_images/support-settingsok.png deleted file mode 100644 index da6e700d7f..0000000000 Binary files a/windows/src/desktop/help/desktop_images/support-settingsok.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/tab-layout.png b/windows/src/desktop/help/desktop_images/tab-layout.png index 93f493f50e..aa304a6aea 100644 Binary files a/windows/src/desktop/help/desktop_images/tab-layout.png and b/windows/src/desktop/help/desktop_images/tab-layout.png differ diff --git a/windows/src/desktop/help/desktop_images/tab-support-light.png b/windows/src/desktop/help/desktop_images/tab-support-light.png deleted file mode 100644 index 73846fe366..0000000000 Binary files a/windows/src/desktop/help/desktop_images/tab-support-light.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/tab-support.png b/windows/src/desktop/help/desktop_images/tab-support.png index 7b24ffa7ed..13af121735 100644 Binary files a/windows/src/desktop/help/desktop_images/tab-support.png and b/windows/src/desktop/help/desktop_images/tab-support.png differ diff --git a/windows/src/desktop/help/desktop_images/toolboxicon-off.png b/windows/src/desktop/help/desktop_images/toolboxicon-off.png deleted file mode 100644 index 2d9cc0d66a..0000000000 Binary files a/windows/src/desktop/help/desktop_images/toolboxicon-off.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/toolboxicon-select.png b/windows/src/desktop/help/desktop_images/toolboxicon-select.png deleted file mode 100644 index 23d22979c9..0000000000 Binary files a/windows/src/desktop/help/desktop_images/toolboxicon-select.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/tutorial.png b/windows/src/desktop/help/desktop_images/tutorial.png deleted file mode 100644 index e83f344e5c..0000000000 Binary files a/windows/src/desktop/help/desktop_images/tutorial.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/uniscribe425.png b/windows/src/desktop/help/desktop_images/uniscribe425.png deleted file mode 100644 index a4c5381619..0000000000 Binary files a/windows/src/desktop/help/desktop_images/uniscribe425.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/uniscribe626.png b/windows/src/desktop/help/desktop_images/uniscribe626.png deleted file mode 100644 index 967e231414..0000000000 Binary files a/windows/src/desktop/help/desktop_images/uniscribe626.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/xp-taskbar1.png b/windows/src/desktop/help/desktop_images/xp-taskbar1.png deleted file mode 100644 index 439465c738..0000000000 Binary files a/windows/src/desktop/help/desktop_images/xp-taskbar1.png and /dev/null differ diff --git a/windows/src/desktop/help/desktop_images/xp-taskbar2.png b/windows/src/desktop/help/desktop_images/xp-taskbar2.png deleted file mode 100644 index a9a175b12e..0000000000 Binary files a/windows/src/desktop/help/desktop_images/xp-taskbar2.png and /dev/null differ diff --git a/windows/src/desktop/help/index.xml b/windows/src/desktop/help/index.xml index 5ae8f46660..00f9ad3766 100644 --- a/windows/src/desktop/help/index.xml +++ b/windows/src/desktop/help/index.xml @@ -6,16 +6,16 @@ Keyman Desktop User Guide - - + + About Keyman Desktop - - + + @@ -41,7 +41,7 @@ Basic Help - + @@ -59,7 +59,7 @@ - + @@ -82,7 +82,7 @@ - + Common Questions @@ -90,7 +90,7 @@ - + @@ -98,28 +98,28 @@ - - + + - + Troubleshooting Index - - - + + + - + - + - + Context Help @@ -128,18 +128,16 @@ - + - - + + - - - + @@ -152,7 +150,7 @@ - + diff --git a/windows/src/desktop/help/pro_feature.xml b/windows/src/desktop/help/pro_feature.xml deleted file mode 100644 index e881305e19..0000000000 --- a/windows/src/desktop/help/pro_feature.xml +++ /dev/null @@ -1,2 +0,0 @@ - - This feature is only available in Keyman Desktop Professional. diff --git a/windows/src/desktop/help/start/hotkey_set.xml b/windows/src/desktop/help/start/hotkey_set.xml index 269604aacd..49d6423832 100644 --- a/windows/src/desktop/help/start/hotkey_set.xml +++ b/windows/src/desktop/help/start/hotkey_set.xml @@ -1,7 +1,7 @@ 
How To - Set Hotkeys for Keyman Desktop, Keyman Keyboards and Windows Languages - + A hotkey is a keyboard shortcut. In Keyman Desktop these are used to turn on and off Keyman Desktop functions, Keyman keyboards and Windows languages. To set the hotkey for a Keyman Desktop function, Keyman keyboard or Windows language: @@ -26,14 +26,14 @@ - + Select a default hotkey or click Custom and type the hotkey you wish to use. If you press a single letter or Shift plus a single letter, the hotkey will default to Ctrl + Alt plus the letter you pressed, in order to avoid conflicts with standard keyboard input. To clear a hotkey that has been set previously, click Clear Hotkey or press Backspace. - Be aware that you can set the hotkey to replace common Windows hotkeys (Ctrl + C, Ctrl + V, etc). + Be aware that you can set the hotkey to replace common Windows hotkeys (Ctrl + C, Ctrl + V, etc). Click OK to save your selection. @@ -43,7 +43,7 @@ The new hotkey will now be available. - + Related Topics diff --git a/windows/src/desktop/help/topicresponse.js b/windows/src/desktop/help/topicresponse.js deleted file mode 100644 index c7bc9e2e2b..0000000000 --- a/windows/src/desktop/help/topicresponse.js +++ /dev/null @@ -1,5 +0,0 @@ -// Topic Responses - -document.write("
"+ -" Copyright © 2014 Tavultesoft Pty Ltd. All Rights Reserved."+ -"
"); \ No newline at end of file diff --git a/windows/src/desktop/help/topicresponse.xml b/windows/src/desktop/help/topicresponse.xml deleted file mode 100644 index 0c1d51c1d2..0000000000 --- a/windows/src/desktop/help/topicresponse.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -