From 84a4ba93a5031dcdef63c6690d035a8632010001 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 9 Dec 2018 23:23:54 -0800 Subject: [PATCH 001/150] Add lxqt-panel autohide and edit prefrences --- source/5/5.1/lxqt-panel.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index 5a0b05f1..9390b417 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -29,7 +29,9 @@ As mentioned before, the panel is highly configurable and you can customize it b Customizing ----------- -To change many panel settings right click not on the main taskbar and click the wrench button for panel settings. To move the panel their is a drop down menu of position that can move it to where you want. The alignment drop down menu lets you set the alignment of the panel on your screen if you choose to move it or make it only a portion of the screen. The size menu lets you increase or decrease the width of the panel. Lenght has two fields the one is either px or percent is for to change the length of the panel in pixels while percent is a percent of the entire screen size that changes if you change resolution. The first is the number of pixels or percent of the screen you want the panel to cover. The icon size makes the size of the icons bigger or smaller on the panel. +To change many panel settings right click not on the main taskbar and click the wrench button for panel settings. To move the panel their is a drop down menu of position that can move it to the side of the screen you want. The alignment drop down menu lets you set the alignment of the panel on your screen if you choose to move it or make it only a portion of the screen. The size menu lets you increase or decrease the width of the panel. Length has two fields the one is either px or percent is for to change the length of the panel in pixels while percent is a percent of the entire screen size that changes if you change resolution. The first is the number of pixels or percent of the screen you want the panel to cover. The icon size makes the size of the icons bigger or smaller on the panel. + +If you want to autohide the panel check the auto hide checkbox in panel settings. To show how long your panel will appear when it comes back after hiding in miliseconds. .. image:: lxqt-panel-config.png From 71db8cc3da64e227e4b4cfc65a6e23646fa0ab1c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 9 Dec 2018 23:37:05 -0800 Subject: [PATCH 002/150] Add the fact menu has subcategories --- source/5/5.1/lxqt-panel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index 9390b417..f289ce59 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -5,7 +5,7 @@ LXQt Panel is the bar situated at the bottom of your screen by default. The pane Usage ------ -The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this and is set to :kbd:`Alt +F1` by default. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). To add a program to quick launch open the menu and find it there and drag it down onto the panel. +The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this and is set to :kbd:`Alt +F1` by default. The menu has many subcategories to launch each application. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). To add a program to quick launch open the menu and find it there and drag it down onto the panel. .. image:: menu_search.png From e4815d33247516926d69236a135d71a32a20dfa2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 9 Dec 2018 23:44:54 -0800 Subject: [PATCH 003/150] Add clear history to lxqt-runner --- source/5/5.3/lxqt-runner.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.3/lxqt-runner.rst b/source/5/5.3/lxqt-runner.rst index e5be3bb5..707fe182 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -7,7 +7,7 @@ Runner allows you to search for and launch applications and commands in the LXQt Usage ------ -To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. +To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. If you want to clear history open the downard pointing menu :menuselection:`Clear History`. Configuration From c54b9853386840a67fbc43c781bd5aa7abbff29b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 9 Dec 2018 23:55:28 -0800 Subject: [PATCH 004/150] Add how to fullscreen quassel --- source/2/2.1/2.1.3/Quassel_IRC.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.1/2.1.3/Quassel_IRC.rst b/source/2/2.1/2.1.3/Quassel_IRC.rst index bd766155..a6d3dbe6 100644 --- a/source/2/2.1/2.1.3/Quassel_IRC.rst +++ b/source/2/2.1/2.1.3/Quassel_IRC.rst @@ -25,6 +25,8 @@ If you want to have settings for automatic recoonecting :menuselection:`File --> To add close the list of nicknames or channels press the X button. To reopen the view of nicks :menuselection:`View --> Nicks`. +To make your chat full screen :menuselection:`View --> Full Screen Mode` or :kbd:`Control + Shift +F`. + To change your settings on your notifications :menuselection:`Settings --> Notificiations`. To select all of your Settings for Quassel :menuselection:`Settings --> Configure Quassel`. From 36d39157f1cb13e796cc178d3056b4ffc1d4d70e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 00:07:09 -0800 Subject: [PATCH 005/150] Add Quassel chat list --- source/2/2.1/2.1.3/Quassel_IRC.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.1/2.1.3/Quassel_IRC.rst b/source/2/2.1/2.1.3/Quassel_IRC.rst index a6d3dbe6..066c6191 100644 --- a/source/2/2.1/2.1.3/Quassel_IRC.rst +++ b/source/2/2.1/2.1.3/Quassel_IRC.rst @@ -23,9 +23,9 @@ To use Sasl authentication to autologin to an account no matter which nickname y If you want to have settings for automatic recoonecting :menuselection:`File --> Network --> Configure network` and slect the Connection tab. The checkbox for auto reconnect will automatically rejoin chats if you get disconnected. The wait filed shows how long to between the retries between each try. The checkbox for rejoin all channels after reconnecting lets you rejoin all of your channels without having to manual rejoin each. The number of retries is how many times to retry to connect before stopping. To have an unlimited number of retries click the unlimited number of checkboxes. -To add close the list of nicknames or channels press the X button. To reopen the view of nicks :menuselection:`View --> Nicks`. +To add close the list of nicknames or channels press the X button. To reopen the view of nicks :menuselection:`View --> Nicks`. To close the list of all chats press the X button to close a list of all channel and private messages you are in. To reopen it press the :menuselection:`View --> Chat lists --> All chats`. -To make your chat full screen :menuselection:`View --> Full Screen Mode` or :kbd:`Control + Shift +F`. +To make your chat full screen :menuselection:`View --> Full Screen Mode` or :kbd:`Control + Shift +F`. To change your settings on your notifications :menuselection:`Settings --> Notificiations`. From 3d217c6ed6f0184733cbbb25b132a24900384300 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 00:29:37 -0800 Subject: [PATCH 006/150] Add remove and delete torrent files --- source/2/2.1/2.1.2/qtransmission.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index f6f07361..af588e83 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -21,6 +21,8 @@ While you download your file a progress bar with will show your download for eac The button with two || circled is a pause button that can pause all downloads and uploads. To start downloading and uploading again to press a button with a triangle to start uploading and downloading again. +To remove a torrent from the list of torrent files right click on it or :kbd:`Delete` and click remove. To delete the files and remove the torrent from the list right click Delete files and remove or press :kbd:`Shift +Delete`. + How to launch ------------- From 25719fb12e09f2edaf2b7667714292718b3842eb Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 01:04:34 -0800 Subject: [PATCH 007/150] Add sort by age and activity --- source/2/2.1/2.1.2/qtransmission.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index af588e83..f0a8fe5c 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -21,7 +21,11 @@ While you download your file a progress bar with will show your download for eac The button with two || circled is a pause button that can pause all downloads and uploads. To start downloading and uploading again to press a button with a triangle to start uploading and downloading again. -To remove a torrent from the list of torrent files right click on it or :kbd:`Delete` and click remove. To delete the files and remove the torrent from the list right click Delete files and remove or press :kbd:`Shift +Delete`. +To remove a torrent from the list of torrent files right click on it or :kbd:`Delete` and click remove. To delete the files and remove the torrent from the list right click Delete files and remove or press :kbd:`Shift +Delete`. + +If you want have a move compact view :menuselection:`View --> Compact View` or press :kbd:`Alt + C`. + +To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. How to launch ------------- From 3476d8c792922ff36b046102ab20e1abeb25d062 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 13:27:05 -0800 Subject: [PATCH 008/150] Add how to leave through lxqt-runner --- source/5/5.3/lxqt-runner.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.3/lxqt-runner.rst b/source/5/5.3/lxqt-runner.rst index 707fe182..6f521479 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -7,7 +7,7 @@ Runner allows you to search for and launch applications and commands in the LXQt Usage ------ -To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. If you want to clear history open the downard pointing menu :menuselection:`Clear History`. +To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. If you want to clear history open the downard pointing menu :menuselection:`Clear History`. The runner even lets you logout, shutdown, or other ways to leave your session through the runner. Configuration From 108a6d43784ca439eead647a7451bcb95a631e56 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 13:38:54 -0800 Subject: [PATCH 009/150] Add how to leave session to panel --- source/5/5.1/lxqt-panel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index f289ce59..889f9556 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -5,7 +5,7 @@ LXQt Panel is the bar situated at the bottom of your screen by default. The pane Usage ------ -The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this and is set to :kbd:`Alt +F1` by default. The menu has many subcategories to launch each application. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). To add a program to quick launch open the menu and find it there and drag it down onto the panel. +The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this and is set to :kbd:`Alt +F1` by default. The menu has many subcategories to launch each application. The leave menu has how to Hibernate, Leave, Logout, Reboot, Shutdown, or Suspend. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). To add a program to quick launch open the menu and find it there and drag it down onto the panel. .. image:: menu_search.png From b6f00e56123802e3d33f55c1d363222daa60dbf0 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 13:54:11 -0800 Subject: [PATCH 010/150] Add sort by name and progress --- source/2/2.1/2.1.2/qtransmission.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index f0a8fe5c..62c658f1 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -25,7 +25,7 @@ To remove a torrent from the list of torrent files right click on it or :kbd:`De If you want have a move compact view :menuselection:`View --> Compact View` or press :kbd:`Alt + C`. -To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. +To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. How to launch ------------- From f01ea30219d75361c757211d58eb4d445eaa6f3b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 13:56:51 -0800 Subject: [PATCH 011/150] Add reverse sort order to transmission --- source/2/2.1/2.1.2/qtransmission.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index 62c658f1..591ff3af 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -25,7 +25,7 @@ To remove a torrent from the list of torrent files right click on it or :kbd:`De If you want have a move compact view :menuselection:`View --> Compact View` or press :kbd:`Alt + C`. -To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. +To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. To reverse the sort order :menuselection:`View --> Reverse sort order`. How to launch ------------- From 47fd1f3eb957647d195073732abbe093a3ea703d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:08:17 -0800 Subject: [PATCH 012/150] Add print preview to libreoffice writer --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index 33f9f942..c6e9aaca 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -26,7 +26,7 @@ To make text superscript press the button with A and a smaller B located above i If you want text in a text box that can be moved with the mouse press the button that looks like a T with a box around it or :menuselection:`Insert --> Text box`. To insert a hyperlink press :kbd:`Control + K` or :menuselection:`Insert --> Hyperlink`. To add multiple columns to your document :menuselection:`Format --> Columns`. -To check the spelling of your document press the ABC button with a checkmark, from the menu -> tools spelling or press :kbd:`f7`. After you are done writing your document you can press the button that looks like a printer to print, press :kbd:`control+ p` or :menuselection:`file --> print`. To view your word count of how many words are currently in the document is with nothing slected at the bottom of the libreoffice writer window. If you select text with the mouse you can also see the word count of selection from the same spot. +To check the spelling of your document press the ABC button with a checkmark, from the menu -> tools spelling or press :kbd:`f7`. To view how your document looks before printing it :menuselection:`File --> Print preview` or :kbd:`Control +Shift +O`. To get back to editing your document press the same thing again or click the close preview button. After you are done writing your document you can press the button that looks like a printer to print, press :kbd:`control+ p` or :menuselection:`file --> print`. To view your word count of how many words are currently in the document is with nothing slected at the bottom of the libreoffice writer window. If you select text with the mouse you can also see the word count of selection from the same spot. To insert special symbols or characters press the button with the Ω symbol or from the menu :menuselection:`Insert --> Special character`. To insert a page break press :kbd:`control + enter` or from the menu :menuselection:`Insert --> Page Break`. From da14e05dd450a264d5e3b3101213c5700615511c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:15:00 -0800 Subject: [PATCH 013/150] Add how to copy and cut text from lowriter --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index c6e9aaca..5de420be 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -20,6 +20,8 @@ To use libreoffice writer type what you wish to type into the main part of the w To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. To make your text bold you can select the text with the mouse and press the button that looks like **B** or press :kbd:`control + B`. To make the font italic press the button that looks like *I* or press :kbd:`control + I` after selecting the text or keep typing with it to be italic. To make strikethrough press the button that is a s with a line through it. +To copy text select it with the mouse or :kbd:`Shift + arrow key` then press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To cut text select it first and then press :kbd:`Control +X` or :menuselection:`Edit --> Paste`. + To change font color press the button that has a T with a drop on it and a red underline this will bring down several differenent colors you can change your text to a color you want. To make text superscript press the button with A and a smaller B located above it as if it in superscript. To make text subscript press the button that is an A with a smaller B located slightly below it. From e4118459db79d479be4abb14b64080bad5a7fdc3 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:24:13 -0800 Subject: [PATCH 014/150] Add paste and paste unformatted to lowriter --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index 5de420be..e8dda81d 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -20,7 +20,7 @@ To use libreoffice writer type what you wish to type into the main part of the w To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. To make your text bold you can select the text with the mouse and press the button that looks like **B** or press :kbd:`control + B`. To make the font italic press the button that looks like *I* or press :kbd:`control + I` after selecting the text or keep typing with it to be italic. To make strikethrough press the button that is a s with a line through it. -To copy text select it with the mouse or :kbd:`Shift + arrow key` then press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To cut text select it first and then press :kbd:`Control +X` or :menuselection:`Edit --> Paste`. +To copy text select it with the mouse or :kbd:`Shift + arrow key` then press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To cut text select it first and then press :kbd:`Control +X` or :menuselection:`Edit --> Cut`. To paste text press :kbd:`Control +V` or :menuselection:`Edit --> Paste`. To paste with no formatting press :kbd:`Control + Alt + Shift+ V` or :menuselection:`Edit --> Paste Unformatted Text`. To change font color press the button that has a T with a drop on it and a red underline this will bring down several differenent colors you can change your text to a color you want. From 2098a96d642e3ec340fddc95bd2a0c68d7bb3ee1 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:37:19 -0800 Subject: [PATCH 015/150] Add how to toggle rulers of libreoffice writer --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index e8dda81d..061e60ec 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -44,6 +44,8 @@ To select all text in the document press :kbd:`control + A` or :menuselection:`E To zoom for the entire page to be visible :menuselection:`View --> Zoom --> Entire Page`. To zoom so you can see the width of the page and everything is bigger :menuselection:`View --> Zoom ---> Page width`. +To toggle your view of rulers press :kbd:`Control + Shift +R` or :menuselection:`View --> Rulers --> Rulers`. + Screenshot ---------- .. image:: libreoffice_writer.png From 5767315e8b7d569b559ebfc422775b390a83bf10 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:41:53 -0800 Subject: [PATCH 016/150] Add normal and web view --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index 061e60ec..fb8f96fb 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -44,6 +44,8 @@ To select all text in the document press :kbd:`control + A` or :menuselection:`E To zoom for the entire page to be visible :menuselection:`View --> Zoom --> Entire Page`. To zoom so you can see the width of the page and everything is bigger :menuselection:`View --> Zoom ---> Page width`. +To have a view of the document with no margins shown like on a webpage :menuselection:`View --> Web` or To get back to the original view :menuselection:`View --> Menu`. + To toggle your view of rulers press :kbd:`Control + Shift +R` or :menuselection:`View --> Rulers --> Rulers`. Screenshot From 9cb397e6c7f24656e55ad7c9cc1a84570ff52ca5 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 14:59:23 -0800 Subject: [PATCH 017/150] Add toggling scrollbars to lowriter --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index fb8f96fb..eb5fa4e0 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -44,7 +44,7 @@ To select all text in the document press :kbd:`control + A` or :menuselection:`E To zoom for the entire page to be visible :menuselection:`View --> Zoom --> Entire Page`. To zoom so you can see the width of the page and everything is bigger :menuselection:`View --> Zoom ---> Page width`. -To have a view of the document with no margins shown like on a webpage :menuselection:`View --> Web` or To get back to the original view :menuselection:`View --> Menu`. +To have a view of the document with no margins shown like on a webpage :menuselection:`View --> Web` or To get back to the original view :menuselection:`View --> Menu`. To toggle a vertical scrollbar :menuselection:`View --> Scrollbars --> Vertical Scroll bar`. To have a horizontal scrollbar :menuselection:`View --> Scrollbars --> Horizontal Scroll bar`. To toggle your view of rulers press :kbd:`Control + Shift +R` or :menuselection:`View --> Rulers --> Rulers`. From 72da0803dd7af651b14cbd0bcfa302985ead45ab Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 20:06:40 -0800 Subject: [PATCH 018/150] Add how to view your recent documents with lowriter --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index eb5fa4e0..b03878b1 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -16,7 +16,7 @@ Lubuntu ships with libreoffice writer 6.1.1.2 Useage ------ -To use libreoffice writer type what you wish to type into the main part of the window. If you wish to save your data press the icon that looks like a floppy disk or press :kbd:`control + s`. To open a previously saved document press the button that looks like a folder or press :kbd:`control + o`. To load or save a file from the menu :menuselection:`File --> Open` to open a file or :menuselection:`File --> Save`. To save your file as a new file name :menuselection:`File --> Save As`. To have save your file as a pdf press the button that is a sheet of paper with curved red lines on it or go :menuselection:`File --> Export` and select the file type as pdf. This same export menu will let you save in formats for other programs for compatibility with microsoft word. +To use libreoffice writer type what you wish to type into the main part of the window. If you wish to save your data press the icon that looks like a floppy disk or press :kbd:`control + s`. To open a previously saved document press the button that looks like a folder or press :kbd:`control + o`. To load or save a file from the menu :menuselection:`File --> Open` to open a file or :menuselection:`File --> Save`. To save your file as a new file name :menuselection:`File --> Save As`. To view your recent documents :menuselection:`File --> Recent Documents`. To have save your file as a pdf press the button that is a sheet of paper with curved red lines on it or go :menuselection:`File --> Export` and select the file type as pdf. This same export menu will let you save in formats for other programs for compatibility with microsoft word. To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. To make your text bold you can select the text with the mouse and press the button that looks like **B** or press :kbd:`control + B`. To make the font italic press the button that looks like *I* or press :kbd:`control + I` after selecting the text or keep typing with it to be italic. To make strikethrough press the button that is a s with a line through it. From ad2cda7058afc11bb0dda7d5c4d89417e97a2036 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 20:11:34 -0800 Subject: [PATCH 019/150] Add file open menuselection for libreoffice impress --- source/2/2.2/2.2.3/libreoffice_impress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.3/libreoffice_impress.rst b/source/2/2.2/2.2.3/libreoffice_impress.rst index 0b19504b..daf7349b 100644 --- a/source/2/2.2/2.2.3/libreoffice_impress.rst +++ b/source/2/2.2/2.2.3/libreoffice_impress.rst @@ -12,7 +12,7 @@ Useage ------ When you open libreoffice impress you will get a dialog to select a templete with a preview select which one you want to use by left clicking and then click open. To add a title to a slide click where it says click to add title. -To open a previous presentation you have been working on press the button that looks like a folder with a piece of paper in it and navigate to the file you want and open it. To save your presentation press the button that looks like a floppy disk or :menuselection:`File --> Save`. To save a new copy under a custom file name :menuselection:`File --> Save As`. To save a file as a pdf :menuselection:`File --> Export as PDF`. +To open a previous presentation you have been working on press the button that looks like a folder with a piece of paper in it and navigate to the file you want and open it or :menuselection:`File --> Open`. To save your presentation press the button that looks like a floppy disk or :menuselection:`File --> Save`. To save a new copy under a custom file name :menuselection:`File --> Save As`. To save a file as a pdf :menuselection:`File --> Export as PDF`. To type text into a presentation click in one of the boxes for your theme and type in the text with controls for the text on the right hand side. To insert a picture press the button with what looks like a photograph of a tree and select the file you want to insert. From b379a6a09080a2783b69c49f44f25b316d0c288b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 20:17:14 -0800 Subject: [PATCH 020/150] Add recent documents to loimpress --- source/2/2.2/2.2.3/libreoffice_impress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.3/libreoffice_impress.rst b/source/2/2.2/2.2.3/libreoffice_impress.rst index daf7349b..1515238b 100644 --- a/source/2/2.2/2.2.3/libreoffice_impress.rst +++ b/source/2/2.2/2.2.3/libreoffice_impress.rst @@ -12,7 +12,7 @@ Useage ------ When you open libreoffice impress you will get a dialog to select a templete with a preview select which one you want to use by left clicking and then click open. To add a title to a slide click where it says click to add title. -To open a previous presentation you have been working on press the button that looks like a folder with a piece of paper in it and navigate to the file you want and open it or :menuselection:`File --> Open`. To save your presentation press the button that looks like a floppy disk or :menuselection:`File --> Save`. To save a new copy under a custom file name :menuselection:`File --> Save As`. To save a file as a pdf :menuselection:`File --> Export as PDF`. +To open a previous presentation you have been working on press the button that looks like a folder with a piece of paper in it and navigate to the file you want and open it or :menuselection:`File --> Open`. To view your recently opened files press :menuselection:`File --> Recent Documents`. To save your presentation press the button that looks like a floppy disk or :menuselection:`File --> Save`. To save a new copy under a custom file name :menuselection:`File --> Save As`. To save a file as a pdf :menuselection:`File --> Export as PDF`. To type text into a presentation click in one of the boxes for your theme and type in the text with controls for the text on the right hand side. To insert a picture press the button with what looks like a photograph of a tree and select the file you want to insert. From 36126f5ad3f569bee9597cdbeda87c971f30cad6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 20:22:08 -0800 Subject: [PATCH 021/150] Add inserting audio and video --- source/2/2.2/2.2.3/libreoffice_impress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.3/libreoffice_impress.rst b/source/2/2.2/2.2.3/libreoffice_impress.rst index 1515238b..1cab9c35 100644 --- a/source/2/2.2/2.2.3/libreoffice_impress.rst +++ b/source/2/2.2/2.2.3/libreoffice_impress.rst @@ -14,7 +14,7 @@ When you open libreoffice impress you will get a dialog to select a templete wit To open a previous presentation you have been working on press the button that looks like a folder with a piece of paper in it and navigate to the file you want and open it or :menuselection:`File --> Open`. To view your recently opened files press :menuselection:`File --> Recent Documents`. To save your presentation press the button that looks like a floppy disk or :menuselection:`File --> Save`. To save a new copy under a custom file name :menuselection:`File --> Save As`. To save a file as a pdf :menuselection:`File --> Export as PDF`. -To type text into a presentation click in one of the boxes for your theme and type in the text with controls for the text on the right hand side. To insert a picture press the button with what looks like a photograph of a tree and select the file you want to insert. +To type text into a presentation click in one of the boxes for your theme and type in the text with controls for the text on the right hand side. To insert a picture press the button with what looks like a photograph of a tree and select the file you want to insert. To insert audio or video to your presentation :menuselection:`Insert --> Audio or video`. If you want to print your slides you can press :kbd:`Control + p` or :menuselection:`File --> Print`. From 4f16c88a47ce0d511ac6abb78b8e710cff6ac647 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 10 Dec 2018 20:27:43 -0800 Subject: [PATCH 022/150] Add howto spellcheck --- source/2/2.2/2.2.3/libreoffice_impress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.3/libreoffice_impress.rst b/source/2/2.2/2.2.3/libreoffice_impress.rst index 1cab9c35..b168d810 100644 --- a/source/2/2.2/2.2.3/libreoffice_impress.rst +++ b/source/2/2.2/2.2.3/libreoffice_impress.rst @@ -16,7 +16,7 @@ To open a previous presentation you have been working on press the button that l To type text into a presentation click in one of the boxes for your theme and type in the text with controls for the text on the right hand side. To insert a picture press the button with what looks like a photograph of a tree and select the file you want to insert. To insert audio or video to your presentation :menuselection:`Insert --> Audio or video`. -If you want to print your slides you can press :kbd:`Control + p` or :menuselection:`File --> Print`. + To spell check your presentation press :kbd:`F7` or :menuselection:`Tools --> Spellcheck`. If you want to print your slides you can press :kbd:`Control + p` or :menuselection:`File --> Print`. If you want to paste text into a slideshow press :kbd:`Control + V` or :menuselection:`Edit --> Paste`. To copy text select it first and then press :kbd:`Control + C` or :menuselection:`Edit --> Copy`. To cut text select it first and the press :kbd:`Control +X` or :menuselection:`Edit --> Cut`. From 46bb05ee75b75dc333cdea2a39b628571e38904b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 12:59:01 -0800 Subject: [PATCH 023/150] Add sort by queue and ratio --- source/2/2.1/2.1.2/qtransmission.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index 591ff3af..187e9957 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -25,7 +25,7 @@ To remove a torrent from the list of torrent files right click on it or :kbd:`De If you want have a move compact view :menuselection:`View --> Compact View` or press :kbd:`Alt + C`. -To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. To reverse the sort order :menuselection:`View --> Reverse sort order`. +To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. To sort your torrents by Queue :menuselection:`View --> Sort by Queue`. To sort your torrents by ratio uploaded to downloaded :menuselection:`View --> Sort by ratio`. To reverse the sort order :menuselection:`View --> Reverse sort order`. How to launch ------------- From 75b773cd0b835cc1b4b3f7b8857c5c3d08f1e3c4 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 13:11:12 -0800 Subject: [PATCH 024/150] Finish long list of ways to sort transmission --- source/2/2.1/2.1.2/qtransmission.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.2/qtransmission.rst b/source/2/2.1/2.1.2/qtransmission.rst index 187e9957..66702d11 100644 --- a/source/2/2.1/2.1.2/qtransmission.rst +++ b/source/2/2.1/2.1.2/qtransmission.rst @@ -25,7 +25,7 @@ To remove a torrent from the list of torrent files right click on it or :kbd:`De If you want have a move compact view :menuselection:`View --> Compact View` or press :kbd:`Alt + C`. -To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. To sort your torrents by Queue :menuselection:`View --> Sort by Queue`. To sort your torrents by ratio uploaded to downloaded :menuselection:`View --> Sort by ratio`. To reverse the sort order :menuselection:`View --> Reverse sort order`. +To sort your torrents by activity :menuselection:`View --> Sort by Activity`. To sort your torrents by age :menuselection:`View --> Sort by Age`. To sort your torrents by name :menuselection:`View --> Sort by Name`. To sort your torrents by Progress :menuselection:`View --> Sort by Progress`. To sort your torrents by Queue :menuselection:`View --> Sort by Queue`. To sort your torrents by ratio uploaded to downloaded :menuselection:`View --> Sort by ratio`. To sort your torrents by size :menuselection:`View --> Sort by Size`. To sort your torrents by State :menuselection:`View --> Sort by State`. To sort your torrents by time to finish downloading :menuselection:`View --> Sort by time left`. To reverse the sort order :menuselection:`View --> Reverse sort order`. How to launch ------------- From ca264fbb76de2b288a0cb3aa23a001e2e00fd6d9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 13:13:44 -0800 Subject: [PATCH 025/150] Add paste selection keyboard shortcut --- source/3/3.1/3.1.3/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 6bbcbdbd..5d199da0 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -5,7 +5,7 @@ qterminal is the default terminal of Lubuntu that also has a drop down version. Useage ------ -To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`. +To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to paste selected text in the terminal press :kbd:`Shift + Insert`. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`. If you get a url in your terminal you can right click copy link address to copy the link. To open your link directly press :kbd:`Control + left click`. To zoom in on the terminal press :kbd:`Control + Shift + +` or right click and select zoom in. To zoom out press :kbd:`Control + -` or right click zoom out. To return to the original zoom press :kbd:`Control + 0` or right click original zoom. From 4d8fbb3fd689237ab7eaaea3a069291cec98d677 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 13:20:14 -0800 Subject: [PATCH 026/150] Add menus for copypasta --- source/3/3.1/3.1.3/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 5d199da0..2b52a636 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -5,7 +5,7 @@ qterminal is the default terminal of Lubuntu that also has a drop down version. Useage ------ -To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to paste selected text in the terminal press :kbd:`Shift + Insert`. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`. +To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` or :menuselection:`Edit --> Copy selection` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` or :menuselection:`Edit --> Paste Clipboard` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to paste selected text in the terminal press :kbd:`Shift + Insert` or :menuselection:`Edit --> Paste Selection`. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`. If you get a url in your terminal you can right click copy link address to copy the link. To open your link directly press :kbd:`Control + left click`. To zoom in on the terminal press :kbd:`Control + Shift + +` or right click and select zoom in. To zoom out press :kbd:`Control + -` or right click zoom out. To return to the original zoom press :kbd:`Control + 0` or right click original zoom. From d94ab5289b2e170244b77feb26a2aedd532da03b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 16:26:51 -0800 Subject: [PATCH 027/150] Add fullscreen keyboard shortcut to qterminal --- source/3/3.1/3.1.3/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 2b52a636..29ffd9b9 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -7,7 +7,7 @@ Useage ------ To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` or :menuselection:`Edit --> Copy selection` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` or :menuselection:`Edit --> Paste Clipboard` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to paste selected text in the terminal press :kbd:`Shift + Insert` or :menuselection:`Edit --> Paste Selection`. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`. -If you get a url in your terminal you can right click copy link address to copy the link. To open your link directly press :kbd:`Control + left click`. To zoom in on the terminal press :kbd:`Control + Shift + +` or right click and select zoom in. To zoom out press :kbd:`Control + -` or right click zoom out. To return to the original zoom press :kbd:`Control + 0` or right click original zoom. +If you get a url in your terminal you can right click copy link address to copy the link. To open your link directly press :kbd:`Control + left click`. To zoom in on the terminal press :kbd:`Control + Shift + +` or right click and select zoom in. To zoom out press :kbd:`Control + -` or right click zoom out. To return to the original zoom press :kbd:`Control + 0` or right click original zoom. If you want qterminal to be fullscreen press :kbd:`F11` to make it fullscreen then :kbd:`F11` again to make it back to its original size. Customizing ----------- From b082d6ec3da79f7c696f5f36964fd07518c254a8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 16:35:07 -0800 Subject: [PATCH 028/150] Add :kbd: for keyboard shortcuts to htop --- source/3/3.1/3.1.2/htop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.1/3.1.2/htop.rst b/source/3/3.1/3.1.2/htop.rst index fdea8ade..8731378f 100644 --- a/source/3/3.1/3.1.2/htop.rst +++ b/source/3/3.1/3.1.2/htop.rst @@ -9,9 +9,9 @@ To view how much RAM is being used on your system is under mem and then a [ numb Load average shows your system laod over the past one five and fiften minute is why there are three numbers see `wikipedia load (computing) `_ for more infmormation. Uptime shows how long your computer has been booted. -After the bottom there is a green bar that says PID for the Process ID of a user, The user the process responds to, RES is how much RAM the process is currently using. CPU% shows how much as a percent of CPU time the process is using, mem% is a precent of the RAM your proess is using. TIme shows how long the process has been running. COmmand shows the command line command of the process. +After the bottom there is a green bar that says PID for the Process ID of a user, The user the process responds to, RES is how much RAM the process is currently using. CPU% shows how much as a percent of CPU time the process is using, mem% is a precent of the RAM your proess is using. TIme shows how long the process has been running. COmmand shows the command line command of the process. -You can press F1 to help you with settings on htop. F2 brings about a customizeable settings on htop. F3 lets you search for a particular process. F4 makes it so you can only see processes matching a certain partern. F5 is what you press to veiw file in a tree. PRessing F9 lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly F10 will quit htop and return you to a terminal. +You can press :kbd:`F1` to help you with settings on htop. :kbd:`F2` brings about a customizeable settings on htop. :kbd:`F3` lets you search for a particular process. :kbd:`F4` makes it so you can only see processes matching a certain partern. :kbd:`F5` is what you press to veiw file in a tree. Pressing :kbd:`F9` lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly :kbd:`F10` will quit htop and return you to a terminal. Screenshot ---------- From a11604fe54c33737bd4eceb98b26f4bdf290ac62 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 16:36:20 -0800 Subject: [PATCH 029/150] Add reverse sort order for htop --- source/3/3.1/3.1.2/htop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.2/htop.rst b/source/3/3.1/3.1.2/htop.rst index 8731378f..f37bd405 100644 --- a/source/3/3.1/3.1.2/htop.rst +++ b/source/3/3.1/3.1.2/htop.rst @@ -11,7 +11,7 @@ Load average shows your system laod over the past one five and fiften minute is After the bottom there is a green bar that says PID for the Process ID of a user, The user the process responds to, RES is how much RAM the process is currently using. CPU% shows how much as a percent of CPU time the process is using, mem% is a precent of the RAM your proess is using. TIme shows how long the process has been running. COmmand shows the command line command of the process. -You can press :kbd:`F1` to help you with settings on htop. :kbd:`F2` brings about a customizeable settings on htop. :kbd:`F3` lets you search for a particular process. :kbd:`F4` makes it so you can only see processes matching a certain partern. :kbd:`F5` is what you press to veiw file in a tree. Pressing :kbd:`F9` lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly :kbd:`F10` will quit htop and return you to a terminal. +You can press :kbd:`F1` to help you with settings on htop. :kbd:`F2` brings about a customizeable settings on htop. :kbd:`F3` lets you search for a particular process. To reverse sort order press :kbd:`Shift +I`. :kbd:`F4` makes it so you can only see processes matching a certain partern. :kbd:`F5` is what you press to veiw file in a tree. Pressing :kbd:`F9` lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly :kbd:`F10` will quit htop and return you to a terminal. Screenshot ---------- From 475c897ae97385b19202a80c91ade394f9fcce12 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 16:42:15 -0800 Subject: [PATCH 030/150] rm unessecary to --- source/3/3.1/3.1.5/nm-tray.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.5/nm-tray.rst b/source/3/3.1/3.1.5/nm-tray.rst index acb2d416..570b2aee 100644 --- a/source/3/3.1/3.1.5/nm-tray.rst +++ b/source/3/3.1/3.1.5/nm-tray.rst @@ -8,7 +8,7 @@ Useage If you want to connect to a network on nm-tray left click the icon in the system tray. If you have a wired connection with DHCP it should connect automatically. If you want to disconnect your from a network under active connections left click to disconnect. To connect to wifi left click on the nm-tray applet and connect the wifi name applet and then enter the password for the wifi. After connecting to a wifi your known connections will by left clicking on nm-tray of wifi connections under known connections. The list of active connections are networks you are currently connected to. The list of wifi networks is listed under wifi networks you are connected to. -To get information on your current connection to the network your can right click on nm-tray to connection information to get info on your current Ip address connection speed and driver in use for the connection. To toggle notifications on connecting and disconnecting to networks right click on the nm-tray tray icon and check or uncheck the checkbox for enable notifications. +To get information on your current connection to the network your can right click on nm-tray connection information to get info on your current Ip address connection speed and driver in use for the connection. To toggle notifications on connecting and disconnecting to networks right click on the nm-tray tray icon and check or uncheck the checkbox for enable notifications. Screenshot ---------- From c8bf3f281961b813a63077095dbc11bc789408e7 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 20:04:00 -0800 Subject: [PATCH 031/150] Add paste unformated text to localc --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index 9d038009..ecb51679 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -9,7 +9,7 @@ To move between cells press the arrow keys. To enter data into cells type in the To save your spreadsheet you need to press the button that looks like a floppy disk, press the keyboard shortcut or go to :menuselection:`file --> save`. To save with a different file name :menuselection:`File --> Save as`. To open a file press the button that looks like a brown folder and add selct the file you want from the dialog. -To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. +To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. If you want to paste your text unformatted press :kbd:`Control+Shift + Alt+V` or :menuselection:`Edit --> Paste Unformatted Text`. To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. From 986e69360fe6bcfbe25a3759600ae93bf5c0769e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 20:10:17 -0800 Subject: [PATCH 032/150] Add how to insert an image to localc --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index ecb51679..fe43eb9a 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -11,6 +11,8 @@ To save your spreadsheet you need to press the button that looks like a floppy d To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. If you want to paste your text unformatted press :kbd:`Control+Shift + Alt+V` or :menuselection:`Edit --> Paste Unformatted Text`. +To insert an image press :menuselection:`Insert --> Image`. + To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. To sort your data like a bunch of names first select all the cells with the mouse :menuselection:`Data --> Sort Ascending`. If you want the reverse order to this you can have :menuselection:`Data --> Sort Descending`. From 61a837e861bf15c26b9987354670f4f0f6d959e5 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 20:35:18 -0800 Subject: [PATCH 033/150] Add first step in selecting chart --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index fe43eb9a..bd754f67 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -11,7 +11,7 @@ To save your spreadsheet you need to press the button that looks like a floppy d To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. If you want to paste your text unformatted press :kbd:`Control+Shift + Alt+V` or :menuselection:`Edit --> Paste Unformatted Text`. -To insert an image press :menuselection:`Insert --> Image`. +To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. From 7e0b267dfacc47697b359cb6b2364c32a33a1aaa Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 20:53:36 -0800 Subject: [PATCH 034/150] Add subtype of charts to localc --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index bd754f67..9147cc11 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -11,7 +11,7 @@ To save your spreadsheet you need to press the button that looks like a floppy d To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. If you want to paste your text unformatted press :kbd:`Control+Shift + Alt+V` or :menuselection:`Edit --> Paste Unformatted Text`. -To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. +To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. To change the subtype of graph click the pciture of a chart that looks like the type you want. To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. From 301a72bb3f1be6239e569ea475dc609b32d3eb29 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 23:20:13 -0800 Subject: [PATCH 035/150] Add interface tab to qpdfview --- source/2/2.2/2.2.6/qpdfview.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index af8f9da1..c5c801e3 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -56,6 +56,8 @@ If you want to reset these settings to the defaults is to press the defaults but To deal with settings on graphics press press on the graphics tab. The settings for paper color will has a drop down menu for previewing what it is like printing on colored paper. The checkbox for prefetch will preload pages not directly viewed by the pdf viewer not directly on the screen however this will use more resources. The drop down for cache size will larger will use up more resources but will make loading pdfs much faster. +To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. + Version ------- Lubuntu ships with version 0.4.17 of qpdfview. From d094b5f1e7963d64f51036cb19a43242a5f8eb10 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 13:06:45 -0800 Subject: [PATCH 036/150] Add new tab to current tab --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index c5c801e3..a9d33f21 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -56,7 +56,7 @@ If you want to reset these settings to the defaults is to press the defaults but To deal with settings on graphics press press on the graphics tab. The settings for paper color will has a drop down menu for previewing what it is like printing on colored paper. The checkbox for prefetch will preload pages not directly viewed by the pdf viewer not directly on the screen however this will use more resources. The drop down for cache size will larger will use up more resources but will make loading pdfs much faster. -To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. +To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. The checkbox for new tab next to current tab opens new tabs next to the current one. Version ------- From 3da8864d63df5861e85d5d66423fd364e556fc0b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 13:19:57 -0800 Subject: [PATCH 037/150] Add number of files for recently used --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index a9d33f21..9702a7b2 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -56,7 +56,7 @@ If you want to reset these settings to the defaults is to press the defaults but To deal with settings on graphics press press on the graphics tab. The settings for paper color will has a drop down menu for previewing what it is like printing on colored paper. The checkbox for prefetch will preload pages not directly viewed by the pdf viewer not directly on the screen however this will use more resources. The drop down for cache size will larger will use up more resources but will make loading pdfs much faster. -To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. The checkbox for new tab next to current tab opens new tabs next to the current one. +To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. The checkbox for new tab next to current tab opens new tabs next to the current one. The field for recently used lets you set the maximum number of files to keep around in recently used. Version ------- From fe87c3c8faa5c96cf2cb2778c81fd50e20bab385 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 22:49:15 -0800 Subject: [PATCH 038/150] Add virtual desktop switching to window management --- source/5/5.4/window_management.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/5/5.4/window_management.rst b/source/5/5.4/window_management.rst index 5f3fca40..b6e9e244 100644 --- a/source/5/5.4/window_management.rst +++ b/source/5/5.4/window_management.rst @@ -32,6 +32,10 @@ Useful keyboard shortcuts - Resizing windows, :kbd:`Super (windows key) + directional arrows`. - Show desktop with :kbd:`Control + Alt + D`. +Virtual Desktop Switching +------------------------- +To switch to the next virtual desktop press :kbd:`Control +Alt + Right arrow`. To shift to the previous virtual desktop press :kbd:`Control+ Alt + Left Arrow`. To Do this with a combination of mouse wheel and keyboard :kbd:`Alt+ Mousewheel`. + Screenshots ----------- .. image:: snap_left_right.png From 4d7f9beb7c08db0cf67f52a3469331d8a6acc43c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 22:59:00 -0800 Subject: [PATCH 039/150] Add settings for removeable media --- source/5/5.1/lxqt-panel.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index 889f9556..dcda3f74 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -56,6 +56,8 @@ To change options for your task manager or taskbar open the panel configuration To change the look of your taskbar in the same window as above the appearance section the button style will change whetehre to show only the icon or the icon only for only the icons. To show window and the text label of the program press text and icon. Icons only will work best with a panel aligned to the left or right. To have only the text and no icons slecet only text. To change the maximum width of a button change the maximum button width which is measured in pixels to how wide on maximum a button could be. +The settings for removeable media is able to be opened up is right click the applet Configure Removeable media you can select show info, popup menu, or do nothing. + To change the settings on your clock right click on the clock and then configure world clock. The format drop down menu allows you to change how the clock shows. To sleect a short format allows you to have a preselected short format which shows a 12 hour format and am just telling you what time it is. Selecting long from the menu will show you the time with seconds and the time zone. To have a customizeale clock message select custom and then checkboxes to show seconds, pad the hours with zeros or to use a 12 hour format. The time zone checkbox will show your your time zone. The position of says where to put the time zone on the clock. Version From eb5d29ec44997fe622153a1210d1c1b406bd42ce Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 23:12:26 -0800 Subject: [PATCH 040/150] Document libreoffice recovery dialog --- source/2/2.2/2.2.1/libreoffice.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.1/libreoffice.rst b/source/2/2.2/2.2.1/libreoffice.rst index e9eba1ac..bc387307 100644 --- a/source/2/2.2/2.2.1/libreoffice.rst +++ b/source/2/2.2/2.2.1/libreoffice.rst @@ -9,6 +9,8 @@ To open a recently used file in libreoffice they are shown in the main part of t Libreoffice all of the different components have a window menu that lets you switch between a document in libreoffice writer and libreoffice calc. To do this go to :menuselection:`Window` and sleect the window that you want to switch to. +Libreoffice if you shutdown without saving your work libreoffice will automatically recover the document. If you do not want to recover a document press the discard button. If you want to automatically recover the document press the start button. + Screenshot ---------- .. image:: libreoffice.png From c88e91c5b411782259c19a2a0b9ac3241bab67d7 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 23:26:40 -0800 Subject: [PATCH 041/150] Add menu way to get to applications menu --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 83e7ee75..d25918e0 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -21,7 +21,7 @@ To connect to a remote server such as a NAS go to the :menuselection:`go --> Co To see hidden files press :kbd:`control +h` or go to:menuselection:`view -> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. -Pcmanfm-qt can actually launch other applications in places Applications and then gets all the tasks in the menu in lxqt-panel. +Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. To add a bookmark :menuselection:`Bookmarks --> Add to Bookmarks` and it will make a bookmark. To later access this bookmark it will be on the left hand side under bookmarks and under the bookmarks menu. From 741c0954455981ab124b61839754db74f74c10c2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 23:30:40 -0800 Subject: [PATCH 042/150] Add how to get back to original view with keyboard --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index df8b60c6..5a61c89d 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -17,7 +17,7 @@ To see how long you have been watching the current piece of media counts up abov To open an equalizier press the button that looks like several physical slider swichtes and on the audio effects equalizer tab press enable on the equalizer. Then to increase or decrease the sound at each frequency up to increase the volcume at that frequency. -To view a playlist of music or videos you can view press the button that is several horizontal lines and then a trianglular play button on it or press :kbd:`Control + l`. This will bring up a whole view of your playlist. To add more files to your playlist right click on the bottom of the playlist window and click add file to add an additonal file. To move the playlist to a particular file and to have that play double click that file. To change the view of the playlist right click playlist view mode to the version of the playlist you like the look of the best. +To view a playlist of music or videos you can view press the button that is several horizontal lines and then a trianglular play button on it or press :kbd:`Control + l`. This will bring up a whole view of your playlist. To return to your original view press :kbd:`Control + l`. To add more files to your playlist right click on the bottom of the playlist window and click add file to add an additonal file. To move the playlist to a particular file and to have that play double click that file. To change the view of the playlist right click playlist view mode to the version of the playlist you like the look of the best. To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. To randomize your playlist press the button with two crossing arrows on it. From d19f7d463c49883ec5be766781349d576afe66a7 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 23:44:31 -0800 Subject: [PATCH 043/150] Add menu way to get fullscreen video --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 5a61c89d..e5080749 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -7,7 +7,7 @@ Useage ------ To open media stored locally on your system click media open :menuselection:`media --> Open file` and navigate your local files or press :kbd:`control +o` on the keyboard to open files stored locally on your machine. If you wish to open media from somewhere on the internet on :menuselection:`media --> open network stream` or press :kbd"`control + n`. To open a whole directory use :menuselection:`media --> Open Directory` or press :kbd:`control +F`. VLC also keeps track of recently opened media in case you want to view media again in :menuselection:`Media --> Open Recent Media --> file name`. If you have copied a path in your clipboard or something you can press :kbd:`Control +V`. -To pause playback of a file press the button that look like two verical lines. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen to make it fullscreen and the four screens to have it back into windowed mode. +To pause playback of a file press the button that look like two verical lines. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. From a9b17cd80a3296cec35f5343bef5c3d10ff55db0 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 12 Dec 2018 23:52:55 -0800 Subject: [PATCH 044/150] Add exit at end to vlc --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index e5080749..188b620c 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -22,7 +22,7 @@ To loop the current playlist over and over press the button with an arrow pointi To randomize your playlist press the button with two crossing arrows on it. -To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. +To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to have vlc end at the end of the playlist click the checkbox :menuslection:`Media --> Quit at end of playlist`. To view info on your media press :kbd:`Control + I` or click :menuselection:`Tools --> Media info`. From 29f099018862fabe3b4c01e7dc4fdc99cd88edda Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 00:05:16 -0800 Subject: [PATCH 045/150] Add menu way to pause --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 188b620c..44d421af 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -7,7 +7,7 @@ Useage ------ To open media stored locally on your system click media open :menuselection:`media --> Open file` and navigate your local files or press :kbd:`control +o` on the keyboard to open files stored locally on your machine. If you wish to open media from somewhere on the internet on :menuselection:`media --> open network stream` or press :kbd"`control + n`. To open a whole directory use :menuselection:`media --> Open Directory` or press :kbd:`control +F`. VLC also keeps track of recently opened media in case you want to view media again in :menuselection:`Media --> Open Recent Media --> file name`. If you have copied a path in your clipboard or something you can press :kbd:`Control +V`. -To pause playback of a file press the button that look like two verical lines. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. +To pause playback of a file press the button that look like two verical lines or :menuselection:`Playback --> Pause`. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. From c4807b6fadb7c9f379984e94e6ddccc8f758ea47 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 17:20:23 -0800 Subject: [PATCH 046/150] Add keyboard increase/decrease volume --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 44d421af..deea60d9 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -9,7 +9,7 @@ To open media stored locally on your system click media open :menuselection:`med To pause playback of a file press the button that look like two verical lines or :menuselection:`Playback --> Pause`. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. -On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. +On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc or press :kbd:`Up arrow` to increase volume or :kbd:`Down arrow` to decrease volume. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. To make the same sound come out of both speakers go to :menuselection:`Audio --> Stereo mode --> Mono`. The sound to make a different left and right channel on each speaker will be :menuselection:`Audio --> Stereo Mode --> Stereo`. To make all sound come from the left channel :menuselection:`Audio --> Stereo Mode --> Left` and likewise for Right. From 4862515432bd1d07c7d9f70fd3206b2c3f145a9b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 17:25:00 -0800 Subject: [PATCH 047/150] Add return to normal playback speed --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index deea60d9..4eedcb10 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -22,7 +22,7 @@ To loop the current playlist over and over press the button with an arrow pointi To randomize your playlist press the button with two crossing arrows on it. -To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to have vlc end at the end of the playlist click the checkbox :menuslection:`Media --> Quit at end of playlist`. +To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to reset your speed to normal :menuselection:`Playback --> Speed --> Normal speed`. If you want to have vlc end at the end of the playlist click the checkbox :menuslection:`Media --> Quit at end of playlist`. To view info on your media press :kbd:`Control + I` or click :menuselection:`Tools --> Media info`. From 035b3a7a940a19c1cca718f40c001b73c6eed65a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 17:30:24 -0800 Subject: [PATCH 048/150] Add new way to jump to a specific time --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 4eedcb10..3ea2ee98 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -13,7 +13,7 @@ On the bottom right of vlc there is a bar that gets wider for volume. Click fart To make the same sound come out of both speakers go to :menuselection:`Audio --> Stereo mode --> Mono`. The sound to make a different left and right channel on each speaker will be :menuselection:`Audio --> Stereo Mode --> Stereo`. To make all sound come from the left channel :menuselection:`Audio --> Stereo Mode --> Left` and likewise for Right. -To see how long you have been watching the current piece of media counts up above the play pause button in a time. At the other side a number will show the length of the media you are playing and inbetween is a slider with the current time. Moving the slider to the left will rewind playback while moving it to the left will fast forward playback. +To see how long you have been watching the current piece of media counts up above the play pause button in a time. At the other side a number will show the length of the media you are playing and inbetween is a slider with the current time. Moving the slider to the left will rewind playback while moving it to the left will fast forward playback. When you mouseover the progress for playback it will show the time at that point and that will jump to that time when you left click. To open an equalizier press the button that looks like several physical slider swichtes and on the audio effects equalizer tab press enable on the equalizer. Then to increase or decrease the sound at each frequency up to increase the volcume at that frequency. From 439531c4cf5c2b87cdf94a37e48243607daea1da Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 22:45:56 -0800 Subject: [PATCH 049/150] Add different way to jump to specific time --- source/2/2.5/2.5.3/vlc.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 3ea2ee98..cc6feb12 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -13,11 +13,12 @@ On the bottom right of vlc there is a bar that gets wider for volume. Click fart To make the same sound come out of both speakers go to :menuselection:`Audio --> Stereo mode --> Mono`. The sound to make a different left and right channel on each speaker will be :menuselection:`Audio --> Stereo Mode --> Stereo`. To make all sound come from the left channel :menuselection:`Audio --> Stereo Mode --> Left` and likewise for Right. -To see how long you have been watching the current piece of media counts up above the play pause button in a time. At the other side a number will show the length of the media you are playing and inbetween is a slider with the current time. Moving the slider to the left will rewind playback while moving it to the left will fast forward playback. When you mouseover the progress for playback it will show the time at that point and that will jump to that time when you left click. +To see how long you have been watching the current piece of media counts up above the play pause button in a time. At the other side a number will show the length of the media you are playing and inbetween is a slider with the current time. Moving the slider to the left will rewind playback while moving it to the left will fast forward playback. When you mouseover the progress for playback it will show the time at that point and that will jump to that time when you left click. Another way to jump to a specific time is to press :kbd:`control +T` or :menuselection:`Playback --> Jump to specific time`. To open an equalizier press the button that looks like several physical slider swichtes and on the audio effects equalizer tab press enable on the equalizer. Then to increase or decrease the sound at each frequency up to increase the volcume at that frequency. To view a playlist of music or videos you can view press the button that is several horizontal lines and then a trianglular play button on it or press :kbd:`Control + l`. This will bring up a whole view of your playlist. To return to your original view press :kbd:`Control + l`. To add more files to your playlist right click on the bottom of the playlist window and click add file to add an additonal file. To move the playlist to a particular file and to have that play double click that file. To change the view of the playlist right click playlist view mode to the version of the playlist you like the look of the best. + To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. To randomize your playlist press the button with two crossing arrows on it. From cb8c33a9c3445100151f940618a9e984397b02f2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 23:42:43 -0800 Subject: [PATCH 050/150] Add delete and insert column --- source/2/2.2/2.2.2/libreoffice_calc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index 9147cc11..738bc87a 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -11,7 +11,9 @@ To save your spreadsheet you need to press the button that looks like a floppy d To copy data you can right click copy, press the button with two pieces of paper or press :kbd:`control + c`. To paste data press control :kbd:`control +v`, :menuselection:`edit --> paste`, right click paste or press the botton that is a clipboard with a piece of paper on it. To cut text press :kbd:`control+x` or press the sciors button to cut text. If you want to paste your text unformatted press :kbd:`Control+Shift + Alt+V` or :menuselection:`Edit --> Paste Unformatted Text`. -To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. To change the subtype of graph click the pciture of a chart that looks like the type you want. +To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. To change the subtype of graph click the pciture of a chart that looks like the type you want. + +If you want to insert a new column to the left of a column right click on the letter for the column Insert column left. If you want the new column to the right is right click on the letter and insert column right. If you want to delete a column right click on the letter and delete column. To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. From 48a629d0276ab961db801655ee10e4dc5138370a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 13 Dec 2018 23:49:52 -0800 Subject: [PATCH 051/150] Add insert/delete rows of localc --- source/2/2.2/2.2.2/libreoffice_calc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.2/libreoffice_calc.rst b/source/2/2.2/2.2.2/libreoffice_calc.rst index 738bc87a..ca04d3f8 100644 --- a/source/2/2.2/2.2.2/libreoffice_calc.rst +++ b/source/2/2.2/2.2.2/libreoffice_calc.rst @@ -13,7 +13,7 @@ To copy data you can right click copy, press the button with two pieces of paper To insert an image press :menuselection:`Insert --> Image`. To get to the dialog of how to insert a chart :menuselection:`Insert --> Chart`. The the first selection is to choose a column, bar, Pie, Area, Line, XY(Scatter), Bubble, Net, Stock, or Column and Line chart. To change the subtype of graph click the pciture of a chart that looks like the type you want. -If you want to insert a new column to the left of a column right click on the letter for the column Insert column left. If you want the new column to the right is right click on the letter and insert column right. If you want to delete a column right click on the letter and delete column. +If you want to insert a new column to the left of a column right click on the letter for the column Insert column left. If you want the new column to the right is right click on the letter and insert column right. If you want to delete a column right click on the letter and delete column. To insert a row above the current row right click on the number and insert row above. To insert a row below the current row right click on the number and insert row below. To delte a row right click the number delete rows. To change the size of a row or colum of cells click in between the border of that particular row or column and drag with the mouse to give yourself room. From 78090f6f7714e8c8377ac02f7fb84d61d4519f60 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 14 Dec 2018 00:26:26 -0800 Subject: [PATCH 052/150] Add keyboard shortcut for file properties --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index d25918e0..b49fceac 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -19,7 +19,7 @@ If you single click on a file you will select it. If you double click on it you To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left with devices. This also happens other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. -To see hidden files press :kbd:`control +h` or go to:menuselection:`view -> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. +To see hidden files press :kbd:`control +h` or go to:menuselection:`view -> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. From 6b58cd9603021d3a1d7444f1dbf7285c01bed4a3 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 14 Dec 2018 00:47:38 -0800 Subject: [PATCH 053/150] Fix arrow --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index b49fceac..2f26e317 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -19,7 +19,7 @@ If you single click on a file you will select it. If you double click on it you To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left with devices. This also happens other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. -To see hidden files press :kbd:`control +h` or go to:menuselection:`view -> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. +To see hidden files press :kbd:`control +h` or go to:menuselection:`view --> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. From 216e37b37d99a8dc90265357cb8ef1d69251f3cc Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 15 Dec 2018 13:23:16 -0800 Subject: [PATCH 054/150] Add how to undo a selection in muon --- source/4/4.2/muon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index 8c293ec2..c4e2813d 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -7,7 +7,7 @@ Useage ------ To update your packages press the gear button with a clockwise pointed arrow. If updates are available press the upward pointing arrow with a dot on top to install the updates. -To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. +To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The detail tab has a description of the package you are currently selected. The Technical Details will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The depenedncies tab shows you what other packages are needed by the package you wish to install. From 7d2fed460c766ee9602bc2035f25d38905b9d719 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 15 Dec 2018 19:44:54 -0800 Subject: [PATCH 055/150] Add unmark all packages --- source/4/4.2/muon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index c4e2813d..d31c78fa 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -7,7 +7,7 @@ Useage ------ To update your packages press the gear button with a clockwise pointed arrow. If updates are available press the upward pointing arrow with a dot on top to install the updates. -To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. +To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. To get rid of all your marked packages for installation :menuselection:`Edit --> Unmark All`. When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The detail tab has a description of the package you are currently selected. The Technical Details will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The depenedncies tab shows you what other packages are needed by the package you wish to install. From 031f5e36f0948f2ce36d261267bad5c6895adece Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 15 Dec 2018 19:49:02 -0800 Subject: [PATCH 056/150] Add description of when updates are available --- source/4/4.1/discover.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.1/discover.rst b/source/4/4.1/discover.rst index 1d25d498..b61da75f 100644 --- a/source/4/4.1/discover.rst +++ b/source/4/4.1/discover.rst @@ -8,7 +8,7 @@ Discover allows you to search for applications by using the search box. Clicking To search for programs in discover type in the search bar in the upper left or press :kbd:`Control + F`. -Discover allows you to update software using the Updates tab located on the bottom of the left column. You can click the button to "check for updates" manually. +Discover allows you to update software using the Updates tab located on the bottom of the left column. You can click the button to "check for updates" manually. If you have updates that need to be installed Update with a gear and will be highlighted in orange and the number of updates that are available. To remove software use the Installed tab. You can browse your installed packages, search using the search bar (upper left corner), and the click the remove button to remove software. From 9c0a817f537eac86cc185d169c5396042de1e56d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 15 Dec 2018 19:56:19 -0800 Subject: [PATCH 057/150] Add reset for removeable media --- source/5/5.1/lxqt-panel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index dcda3f74..bfff038f 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -56,7 +56,7 @@ To change options for your task manager or taskbar open the panel configuration To change the look of your taskbar in the same window as above the appearance section the button style will change whetehre to show only the icon or the icon only for only the icons. To show window and the text label of the program press text and icon. Icons only will work best with a panel aligned to the left or right. To have only the text and no icons slecet only text. To change the maximum width of a button change the maximum button width which is measured in pixels to how wide on maximum a button could be. -The settings for removeable media is able to be opened up is right click the applet Configure Removeable media you can select show info, popup menu, or do nothing. +The settings for removeable media is able to be opened up is right click the applet Configure Removeable media you can select show info, popup menu, or do nothing. If you want to reset the setting for this press the reset button. To change the settings on your clock right click on the clock and then configure world clock. The format drop down menu allows you to change how the clock shows. To sleect a short format allows you to have a preselected short format which shows a 12 hour format and am just telling you what time it is. Selecting long from the menu will show you the time with seconds and the time zone. To have a customizeale clock message select custom and then checkboxes to show seconds, pad the hours with zeros or to use a 12 hour format. The time zone checkbox will show your your time zone. The position of says where to put the time zone on the clock. From e8f0f3c11ecc7a6a36cf53f3daec2e12b7d88f19 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 14:35:07 -0800 Subject: [PATCH 058/150] Add pcmanfm-qt pathbar --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 2f26e317..1bddfecc 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -31,6 +31,8 @@ Pcmanfm-Qt has different view modes which can be changed in the view menu. To se To reverse the order that pcmanfm-Qt sorts files :menuselection:`View --> Sorting --> Descending` or conversly to switch back :menuselection:`View --> Sorting -->Ascending.` To sort by file name :menuselection:`View --> Sorting --> By file name`. To sort by modification :menuselection:`View --> Sorting --> By modification time`. To sort by file size :menuselection:`View --> Sorting --> By file size`. To sort by file type :menuselection:`View --> Sorting --> By file type`. To sort by owner :menuselection:`View --> Sorting --> By Owner`. To seperate all folders first in sorting check the checkbox in :menuselection:`View --> Sorting --> Folder First`. To sort with case sensitive check the checkbox in :menuselection:`View --> Sorting --> Case sensitive`. +To change your path bar to buttons :menuselection:`View --> Pathbar --> Location` and to get +back to a pathbar you can type into :menuselection:`View --> Pathbar --> Path Buttons`. pcmanfm-qt when right clicking has special options for dealing with archieves such as tar or zip files. To extract the files in the current directory right click and select extract here. You can also extract to another location with right clicking and selecting extract to and a dialog will pop up showing to where to extract the file. From ce96d0cc3aef6fb9bb07de5a18ead275d8b0570b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 15:02:40 -0800 Subject: [PATCH 059/150] Add how to hide hidden files again --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 1bddfecc..548ef6f0 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -19,7 +19,7 @@ If you single click on a file you will select it. If you double click on it you To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left with devices. This also happens other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. -To see hidden files press :kbd:`control +h` or go to:menuselection:`view --> show hidden`. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. +To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. From 8560674b17a534960b197b7d9cda94a60c93c219 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 15:06:02 -0800 Subject: [PATCH 060/150] Add open previous page in new tab --- source/2/2.1/2.1.1/firefox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.1/firefox.rst b/source/2/2.1/2.1.1/firefox.rst index 9addd174..07023c74 100644 --- a/source/2/2.1/2.1.1/firefox.rst +++ b/source/2/2.1/2.1.1/firefox.rst @@ -26,7 +26,7 @@ Useage ------ To open a new tab in firefox press the plus button on the right of the tab bar or press :kbd:`Control + t`. To close a tab press the button with an x on the right side of the tab or press :kbd:`Control +W`. To view your browsing history press the button that looks like a stack of books with the last one at the end the third item down will show you history. To view your downloaded files press the button that looks like three stacked books with a fourth leaning over -> Downloads. -To go back to a previous page in firefox press the button pointing to the left. To go forward to a page you have visited before but have now gone back from press the button with the arrow pointing to the right. To download a file directly to your local disk right click on the save file as and then you will get options to save the file where you want. +To go back to a previous page in firefox press the button pointing to the left. To open the page you were previously at in a new tab middle click the back button. To go forward to a page you have visited before but have now gone back from press the button with the arrow pointing to the right. To download a file directly to your local disk right click on the save file as and then you will get options to save the file where you want. To go to a specific url in the address bar you can type it in the the main bar in the middle. If you have a url in your clipboard you can paste it here or into the address bar right click and paste and go. Or if you right click into the the clipboard and not immediately go to the page and type in a sub page right click paste and then type to go a specific sub page of the same site and then press enter to go to the page. From 7b9640c13a85aa99234f583993ebb3524206527e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 15:31:22 -0800 Subject: [PATCH 061/150] Add open forward in new tab --- source/2/2.1/2.1.1/firefox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.1/2.1.1/firefox.rst b/source/2/2.1/2.1.1/firefox.rst index 07023c74..61507b9a 100644 --- a/source/2/2.1/2.1.1/firefox.rst +++ b/source/2/2.1/2.1.1/firefox.rst @@ -26,7 +26,7 @@ Useage ------ To open a new tab in firefox press the plus button on the right of the tab bar or press :kbd:`Control + t`. To close a tab press the button with an x on the right side of the tab or press :kbd:`Control +W`. To view your browsing history press the button that looks like a stack of books with the last one at the end the third item down will show you history. To view your downloaded files press the button that looks like three stacked books with a fourth leaning over -> Downloads. -To go back to a previous page in firefox press the button pointing to the left. To open the page you were previously at in a new tab middle click the back button. To go forward to a page you have visited before but have now gone back from press the button with the arrow pointing to the right. To download a file directly to your local disk right click on the save file as and then you will get options to save the file where you want. +To go back to a previous page in firefox press the button pointing to the left. To open the page you were previously at in a new tab middle click the back button. To go forward to a page you have visited before but have now gone back from press the button with the arrow pointing to the right. Middle click on the forward button to open the page you went back from in a new tab. To download a file directly to your local disk right click on the save file as and then you will get options to save the file where you want. To go to a specific url in the address bar you can type it in the the main bar in the middle. If you have a url in your clipboard you can paste it here or into the address bar right click and paste and go. Or if you right click into the the clipboard and not immediately go to the page and type in a sub page right click paste and then type to go a specific sub page of the same site and then press enter to go to the page. From 9350c3dfe2b2627ef4d3b370d00ad8de972aab29 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 23:32:19 -0800 Subject: [PATCH 062/150] Add places with Desktop --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 548ef6f0..58fd33c3 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -21,7 +21,7 @@ To connect to a remote server such as a NAS go to the :menuselection:`go --> Co To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. -Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. +Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. To view what files are on your desktop :menuselection:`Go --> Desktop` or on the places sidebar press the desktop item on the left. To add a bookmark :menuselection:`Bookmarks --> Add to Bookmarks` and it will make a bookmark. To later access this bookmark it will be on the left hand side under bookmarks and under the bookmarks menu. From 272272be10637d00bd6026cc8eca65eb4519a23c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 16 Dec 2018 23:47:06 -0800 Subject: [PATCH 063/150] Add creating files/folders --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 58fd33c3..d48cc927 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -15,6 +15,8 @@ Useage ------ Along the top to create a new tab in pcmanfm-qt you can use the button with a file and a plus on it to open a new tab or press :kbd:`control +t`. The left pointing arrow button is a back button while the right pointing arrow button moves you forward in the directories that you have moved in the file manager. The button for the arrow pointing upward is to go up one level in the directory tree to the so called parent directory. To rename your files right click on the file and click rename or press :kbd:`f2`. +To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection:`File --> Create New --> Blank File` and type in the name of the file you want. To create a new folder or directory press :menuselection:`File --> Create New Folder` or press :kbd:`Control+ Shift +N` and input the new folder name. + If you single click on a file you will select it. If you double click on it you will open it in the default program to open that file. If you right click on a file you can select which program to open a file with if you have multiple programs to open it. If you want to selct multiple files you can hold down control and select the files. To copy files select the file right click copy or press :kbd:`control +c`. To cut files select them right click cut and or press :kbd:`control + x`. After copying or cutting a file you can paste them with right click paste or press :kbd:`control +v`. To select all files in a directory is to press :kbd:`Control+ A` or right click Select All for all of the files. To select multiple files with the mouse you can hold down :kbd:`Control` and left click to select all of the files. To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left with devices. This also happens other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. From 6f2eecbe0af7efa80e04fc45d5362f9b07cc173c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 17 Dec 2018 00:31:30 -0800 Subject: [PATCH 064/150] Add trash to manual --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index d48cc927..aabfe73b 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -15,7 +15,7 @@ Useage ------ Along the top to create a new tab in pcmanfm-qt you can use the button with a file and a plus on it to open a new tab or press :kbd:`control +t`. The left pointing arrow button is a back button while the right pointing arrow button moves you forward in the directories that you have moved in the file manager. The button for the arrow pointing upward is to go up one level in the directory tree to the so called parent directory. To rename your files right click on the file and click rename or press :kbd:`f2`. -To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection:`File --> Create New --> Blank File` and type in the name of the file you want. To create a new folder or directory press :menuselection:`File --> Create New Folder` or press :kbd:`Control+ Shift +N` and input the new folder name. +To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection:`File --> Create New --> Blank File` and type in the name of the file you want. To create a new folder or directory press :menuselection:`File --> Create New Folder` or press :kbd:`Control+ Shift +N` and input the new folder name. To delete your files from pcmanfm-qt will first put them in the trash so they are not gone forever. To move a file into the trash right click that file move to trash or press :kbd:`Delete`. To get a file out of the trash in places trash to get to your trash or :menuselection:`Go --> Trash`. To remove a file from the trash right click restore. If you single click on a file you will select it. If you double click on it you will open it in the default program to open that file. If you right click on a file you can select which program to open a file with if you have multiple programs to open it. If you want to selct multiple files you can hold down control and select the files. To copy files select the file right click copy or press :kbd:`control +c`. To cut files select them right click cut and or press :kbd:`control + x`. After copying or cutting a file you can paste them with right click paste or press :kbd:`control +v`. To select all files in a directory is to press :kbd:`Control+ A` or right click Select All for all of the files. To select multiple files with the mouse you can hold down :kbd:`Control` and left click to select all of the files. From 1a4c3f0d2cd36b1f007aaf5907418f60c8ec4385 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 17:50:03 -0800 Subject: [PATCH 065/150] Add empty trash to pcmanfm-qt --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index aabfe73b..4dbc9720 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -15,7 +15,7 @@ Useage ------ Along the top to create a new tab in pcmanfm-qt you can use the button with a file and a plus on it to open a new tab or press :kbd:`control +t`. The left pointing arrow button is a back button while the right pointing arrow button moves you forward in the directories that you have moved in the file manager. The button for the arrow pointing upward is to go up one level in the directory tree to the so called parent directory. To rename your files right click on the file and click rename or press :kbd:`f2`. -To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection:`File --> Create New --> Blank File` and type in the name of the file you want. To create a new folder or directory press :menuselection:`File --> Create New Folder` or press :kbd:`Control+ Shift +N` and input the new folder name. To delete your files from pcmanfm-qt will first put them in the trash so they are not gone forever. To move a file into the trash right click that file move to trash or press :kbd:`Delete`. To get a file out of the trash in places trash to get to your trash or :menuselection:`Go --> Trash`. To remove a file from the trash right click restore. +To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection:`File --> Create New --> Blank File` and type in the name of the file you want. To create a new folder or directory press :menuselection:`File --> Create New Folder` or press :kbd:`Control+ Shift +N` and input the new folder name. To delete your files from pcmanfm-qt will first put them in the trash so they are not gone forever. To move a file into the trash right click that file move to trash or press :kbd:`Delete`. To get a file out of the trash in places trash to get to your trash or :menuselection:`Go --> Trash`. To remove a file from the trash right click restore. To permanently delete all files from the trash can right click on the places empty trash. If you single click on a file you will select it. If you double click on it you will open it in the default program to open that file. If you right click on a file you can select which program to open a file with if you have multiple programs to open it. If you want to selct multiple files you can hold down control and select the files. To copy files select the file right click copy or press :kbd:`control +c`. To cut files select them right click cut and or press :kbd:`control + x`. After copying or cutting a file you can paste them with right click paste or press :kbd:`control +v`. To select all files in a directory is to press :kbd:`Control+ A` or right click Select All for all of the files. To select multiple files with the mouse you can hold down :kbd:`Control` and left click to select all of the files. From f688aa967bead58a7013035d5fbace3aa3a37059 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:07:27 -0800 Subject: [PATCH 066/150] Add guilabel to appearance --- source/3/3.2/3.2.2/appearance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index df2c1668..2ecb7bc6 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -15,11 +15,11 @@ To change the useage Qt widget will change the buttons and tooblbars look on lub .. image:: appearance.png -The icons theme changes desktop icons on your computer and if you click on the icon theme which is previewed on horizontal rows. The icon theme is will change how all the icon look and how some button looks in other windows as well for like reset button as well. +The :guilabel:`icons theme tab` changes desktop icons on your computer and if you click on the icon theme which is previewed on horizontal rows. The icon theme is will change how all the icon look and how some button looks in other windows as well for like reset button as well. .. image:: appearance-icon-theme.png -The tab for LXQt theme lets you change how the panel and notifictions appear. +The tab for :guilabel:`LXQt theme` lets you change how the panel and notifictions appear. To change the font size that desktop applications use choose the font tab and use the point size and enter in the size you want or use the up and down arrows to increase or decrease font size respectively. To change the default font there is a drop down box for font name that you can type the font name you or select from the drop down menu. The checkbox for antialias and font hinting for fonts lets you also set antialiased fonts which are enabled for easier screen viewing. The DPI sets the resolution of your screen or dots per inch. From 1235a673f0d839d261bcdc8ab3489f2f54c88303 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:09:44 -0800 Subject: [PATCH 067/150] Fix warning caused by typo --- source/2/2.5/2.5.3/vlc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index cc6feb12..1861c991 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -23,7 +23,7 @@ To loop the current playlist over and over press the button with an arrow pointi To randomize your playlist press the button with two crossing arrows on it. -To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to reset your speed to normal :menuselection:`Playback --> Speed --> Normal speed`. If you want to have vlc end at the end of the playlist click the checkbox :menuslection:`Media --> Quit at end of playlist`. +To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to reset your speed to normal :menuselection:`Playback --> Speed --> Normal speed`. If you want to have vlc end at the end of the playlist click the checkbox :menuselection:`Media --> Quit at end of playlist`. To view info on your media press :kbd:`Control + I` or click :menuselection:`Tools --> Media info`. From 0ed75f8e6aeef44e9da716103af7e1075a72f074 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:16:30 -0800 Subject: [PATCH 068/150] more guilabling to make markup more explicit --- source/3/3.2/3.2.2/appearance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index 2ecb7bc6..7b485023 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -25,7 +25,7 @@ To change the font size that desktop applications use choose the font tab and us .. image:: appearance-font.png -The cursor theme lets you change how the cursor looks with two themes installed by default but more available in the package repositories. +The :guilabel:`cursor` tab has one option to change cursor theme lets you change how the cursor looks with two themes installed by default but more available in the package repositories. If you want to reset your changes you will need to click the reset button to revert your changes to how they were before. From e54ecf13107618df5e01ea845232659d05e57b5d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:20:49 -0800 Subject: [PATCH 069/150] Add font label --- source/3/3.2/3.2.2/appearance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index 7b485023..630271f3 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -21,7 +21,7 @@ The :guilabel:`icons theme tab` changes desktop icons on your computer and if yo The tab for :guilabel:`LXQt theme` lets you change how the panel and notifictions appear. -To change the font size that desktop applications use choose the font tab and use the point size and enter in the size you want or use the up and down arrows to increase or decrease font size respectively. To change the default font there is a drop down box for font name that you can type the font name you or select from the drop down menu. The checkbox for antialias and font hinting for fonts lets you also set antialiased fonts which are enabled for easier screen viewing. The DPI sets the resolution of your screen or dots per inch. + The :guilabel:`Font` tab has settings for fonts. To change the font size that desktop applications use choose the font tab and use the point size and enter in the size you want or use the up and down arrows to increase or decrease font size respectively. To change the default font there is a drop down box for font name that you can type the font name you or select from the drop down menu. The checkbox for antialias and font hinting for fonts lets you also set antialiased fonts which are enabled for easier screen viewing. The DPI sets the resolution of your screen or dots per inch. .. image:: appearance-font.png From 13e36611fa0d7eefd7e203858169d9f1bfd6ff62 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:31:06 -0800 Subject: [PATCH 070/150] Add label to yes button --- source/3/3.2/3.2.3/brightness.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index 75e48c2b..5781645d 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -5,7 +5,7 @@ Brightness is a tool to control your screen brightness. If you are using a lapto Useage ------ -To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select yes. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. +To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. Screenshot ---------- From d4d86560530a1fb9c5fd5c42ab2a179114f5501f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 18:34:16 -0800 Subject: [PATCH 071/150] Add date and time tab label --- source/3/3.2/3.2.4/date_and_time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.4/date_and_time.rst b/source/3/3.2/3.2.4/date_and_time.rst index dc0f2135..66900602 100644 --- a/source/3/3.2/3.2.4/date_and_time.rst +++ b/source/3/3.2/3.2.4/date_and_time.rst @@ -5,7 +5,7 @@ Date and time is a program that lets you change your timezone toggle wheter to g Useage ------ -If you want to toggle synchronizing the time of network press the radio button of Enable network time synchronization button. To change the timezone of your computer press the timezone gear and select your time zone from the long list. The checkbox for RTC is in local time is for the real time clock on your motherboard. + The tab for :guilabel:`Date and time` sets what time it is and settings for synchronize it via the network.If you want to toggle synchronizing the time of network press the radio button of Enable network time synchronization button. To change the timezone of your computer press the timezone gear and select your time zone from the long list. The checkbox for RTC is in local time is for the real time clock on your motherboard. If you do not wish to synchronize your clock via network time protocol. Once you want to be able to change your time locally you will be able to change it in the time put will type your time in the time in the time by typing a new time in. From 2aafba2e64f6e986d64142f7149ba587c3081380 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 19:34:33 -0800 Subject: [PATCH 072/150] Add basic settings tab for desktop_notifications --- source/3/3.2/3.2.6/desktop_notifications.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.6/desktop_notifications.rst b/source/3/3.2/3.2.6/desktop_notifications.rst index 7d294948..f7e0184b 100644 --- a/source/3/3.2/3.2.6/desktop_notifications.rst +++ b/source/3/3.2/3.2.6/desktop_notifications.rst @@ -5,7 +5,7 @@ Desktop notifications are the settings for your desktop notifactions such as whe Useage ------ -To change where Desktop notifications appear on your screen click the button that appears on the portion of your screen where you want them with the outline being your window under the basic settings tab. To change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes width lets you choose how wide to make notifications. The spacing field changes how far to place the notification from each other. +The :guilabel:`Basic Settings` tab lets you change where Desktop notifications appear on your screen click the button that appears on the portion of your screen where you want them with the outline being your window under the basic settings tab. To change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes width lets you choose how wide to make notifications. The spacing field changes how far to place the notification from each other. Screenshot ---------- From cf1d77d9870fca32dfa9388744f90a5fb232a945 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 19:38:23 -0800 Subject: [PATCH 073/150] Add basic and advanced settings together --- source/3/3.2/3.2.6/desktop_notifications.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.6/desktop_notifications.rst b/source/3/3.2/3.2.6/desktop_notifications.rst index f7e0184b..db7e0bee 100644 --- a/source/3/3.2/3.2.6/desktop_notifications.rst +++ b/source/3/3.2/3.2.6/desktop_notifications.rst @@ -5,7 +5,9 @@ Desktop notifications are the settings for your desktop notifactions such as whe Useage ------ -The :guilabel:`Basic Settings` tab lets you change where Desktop notifications appear on your screen click the button that appears on the portion of your screen where you want them with the outline being your window under the basic settings tab. To change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes width lets you choose how wide to make notifications. The spacing field changes how far to place the notification from each other. +The :guilabel:`Basic Settings` tab lets you change where Desktop notifications appear on your screen click the button that appears on the portion of your screen where you want them with the outline being your window. + +On the :guilabel:`Advanced Settings` lets you change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes width lets you choose how wide to make notifications. The spacing field changes how far to place the notification from each other. Screenshot ---------- From 552b41b71099278357d77c485925faf5dacb8070 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 19:47:57 -0800 Subject: [PATCH 074/150] Add new labels to keyboard and mouse --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 64420f7a..abc49415 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -9,13 +9,13 @@ Lubuntu ships with version 0.13.0 of Keyboard and Mouse. Useage ------ -To increase the sensitivity of the mouse drag the slider next to sensitivity towards the right or conversely to decrease senseativity drag the slider towards less sensitivity. To increase acceleration of the mouse drag the slider to the right for accelration and to make the mouse accelerate slower drag it to the left. The settings should apply immediately so make sure the mouse moves how you want it. If you do not like the new settings press the reset button to go back to your previous settings. +The :guilabel:`Mouse` tab provides settings for how fast the mouse moves scrolls and double clicks. To increase the sensitivity of the mouse drag the slider next to sensitivity towards the right or conversely to decrease senseativity drag the slider towards less sensitivity. To increase acceleration of the mouse drag the slider to the right for accelration and to make the mouse accelerate slower drag it to the left. The settings should apply immediately so make sure the mouse moves how you want it. If you do not like the new settings press the reset button to go back to your previous settings. If you wish to only have to click once to activate buttons normally requiring two clicks check the single click to activate items checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. -The cursor tab on the left lets you change your cursor theme which is quite useful if you are say running virtual machines so the cursor does not look the same in the host and the guest. To change a theme scroll down to which theme you want under preview but you will have to logout and log back in again for this to fully take effect. +The :guilabel:`cursor` tab on the left lets you change your cursor theme which is quite useful if you are say running virtual machines so the cursor does not look the same in the host and the guest. To change a theme scroll down to which theme you want under preview but you will have to logout and log back in again for this to fully take effect. -If you want to change how quickly it takes to repeat a keyboard shortcut move the slider to the right on the repeat delay to take longer to repeat key presses or to the left to decrease the time it takes to repeat. The repeat interval is how quickly after the repeat delay the held down key will repeat itself which moving to the right will make it take longer to increase while to the left will make it take a short time to repeat itself. The turn on numlock after login will make it like numlock is set on login on your computer. + The :guilabel:`Keyboard` tab has settings for changing keyboard settings. If you want to change how quickly it takes to repeat a keyboard shortcut move the slider to the right on the repeat delay to take longer to repeat key presses or to the left to decrease the time it takes to repeat. The repeat interval is how quickly after the repeat delay the held down key will repeat itself which moving to the right will make it take longer to increase while to the left will make it take a short time to repeat itself. The turn on numlock after login will make it like numlock is set on login on your computer. Screenshots ----------- From 8ce1ba7eaddff6f1db369f720923e71aec5fe9d3 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 20:03:50 -0800 Subject: [PATCH 075/150] Inline screenshots for keyboard and mouse --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index abc49415..92039fa3 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -11,16 +11,14 @@ Useage ------ The :guilabel:`Mouse` tab provides settings for how fast the mouse moves scrolls and double clicks. To increase the sensitivity of the mouse drag the slider next to sensitivity towards the right or conversely to decrease senseativity drag the slider towards less sensitivity. To increase acceleration of the mouse drag the slider to the right for accelration and to make the mouse accelerate slower drag it to the left. The settings should apply immediately so make sure the mouse moves how you want it. If you do not like the new settings press the reset button to go back to your previous settings. +.. image:: keybaordandmouse.png + If you wish to only have to click once to activate buttons normally requiring two clicks check the single click to activate items checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. The :guilabel:`cursor` tab on the left lets you change your cursor theme which is quite useful if you are say running virtual machines so the cursor does not look the same in the host and the guest. To change a theme scroll down to which theme you want under preview but you will have to logout and log back in again for this to fully take effect. The :guilabel:`Keyboard` tab has settings for changing keyboard settings. If you want to change how quickly it takes to repeat a keyboard shortcut move the slider to the right on the repeat delay to take longer to repeat key presses or to the left to decrease the time it takes to repeat. The repeat interval is how quickly after the repeat delay the held down key will repeat itself which moving to the right will make it take longer to increase while to the left will make it take a short time to repeat itself. The turn on numlock after login will make it like numlock is set on login on your computer. - -Screenshots ------------ -.. image:: keyboardandmouse.png - + .. image:: keyboard-settings-tab.png How to launch From 83f5bf4ac7ec3e9cc078a2eb9a3aeb22b1795444 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 18 Dec 2018 20:20:55 -0800 Subject: [PATCH 076/150] Add screenshot for cursor tab --- source/3/3.2/3.2.8/input-cursor.png | Bin 0 -> 39230 bytes source/3/3.2/3.2.8/keyboard_and_mouse.rst | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 source/3/3.2/3.2.8/input-cursor.png diff --git a/source/3/3.2/3.2.8/input-cursor.png b/source/3/3.2/3.2.8/input-cursor.png new file mode 100644 index 0000000000000000000000000000000000000000..d6808e975aad5b9e136a8ae34d49db85e797383a GIT binary patch literal 39230 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 bM8KTRFC8k+zuFJ8VF{TTTNsraI>-JG9 Date: Tue, 18 Dec 2018 20:27:08 -0800 Subject: [PATCH 077/150] Add start of keyboard Layout tab --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 5ea1f4cb..617c45d9 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -23,6 +23,8 @@ The :guilabel:`Keyboard` tab has settings for changing keyboard settings. If you .. image:: keyboard-settings-tab.png +The :guilabel:`Keyboard Layout` tab has settings to add a new keyboard layout. In the top center of the window is a listing of your current keyboard layout and any varaint applied to it. + How to launch ------------- From a23713a23648208dbd2a8b7d1228363f222f5ebb Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:28:47 -0800 Subject: [PATCH 078/150] Fix typo --- source/3/3.2/3.2.10/monitor_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.10/monitor_settings.rst b/source/3/3.2/3.2.10/monitor_settings.rst index 8600445a..e2b35003 100644 --- a/source/3/3.2/3.2.10/monitor_settings.rst +++ b/source/3/3.2/3.2.10/monitor_settings.rst @@ -14,7 +14,7 @@ If you use a single monitor you can change your single monitor resolution on the If you want to rotate a monitor on the advanced tab from the menu labeled rotation choose the way you want to rotate the monitor with inverted being upsdie down. Below you can also choose the refresh rate of monitor from the drop down menu to choose how fast your monitor refreshes. -To display info on your monitor click the info tab and read that info. The fields explained will be the NAme of the monitor the serial numberthe size of the display and the serial number. +To display info on your monitor click the info tab and read that info. The fields explained will be the Name of the monitor the serial numberthe size of the display and the serial number. To save your monitor settings press the save button and a pop up will show that your have your settings ok for you and press yes. The saved setting will save with a name for your time. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. From 7d6da9cf55558cb400381e45a32f607252d7ce46 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:36:04 -0800 Subject: [PATCH 079/150] Add tab labels for session settings --- source/3/3.2/3.2.13/session_settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 70b686b0..993a76d4 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -5,11 +5,11 @@ Session Settings is a way to change what happens when log into Lubuntu. Here you Usage ------ -To change the window manager used by LXQt, on the basic settings tab use the drop down menu labeled window manager. Choose from the drop down list or search if the drop down list does not contain your new window manager. LXQt modules lists the different part of LXQt if you find you do not want part of LXQt active you can enable or disable them here. If you wish to start the compton X11 compositor you can do so here, we have chosen to disable it at default to lower machine. +The :guilabel:`Basic Settings` tab lets you change with a window manager and LXQt modules. To change the window manager used by LXQt, on the basic settings tab use the drop down menu labeled window manager. Choose from the drop down list or search if the drop down list does not contain your new window manager. LXQt modules lists the different part of LXQt if you find you do not want part of LXQt active you can enable or disable them here. If you wish to start the compton X11 compositor you can do so here, we have chosen to disable it at default to lower machine. The checkbox for ask confirmation for leaving session gives you a simple yes no dialog to amke sure you really want to leave so you do not lose your work uncheck it if you do not want this and find this dialog annoying. The lock screen before suspending /hibrenating locks your screen before suspending and hibernating and is checked by default unchecking this will leave this so the screen is not unlocked after suspending or hibernating. -The autostart applications lets you choose which applications to autostart like managers for print queues. All of these are check-boxes to start various programs. You can start a program at startup by adding it here. Click the add button, give the process a name e.g. "Terminal drop down" and type in the appropriate terminal command e.g. "terminal -d" +The :guilabel:`Autostart` tab has settings for what to autostart. The autostart applications lets you choose which applications to autostart like managers for print queues. All of these are check-boxes to start various programs. You can start a program at startup by adding it here. Click the add button, give the process a name e.g. "Terminal drop down" and type in the appropriate terminal command e.g. "terminal -d" The tab for session settings has many effects for you environment variables for your session. Several of theese varibles relate to hidpi support see ``_ . From 3fee8a0661bdc4a7250383e465c8fa741f1fb452 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:39:52 -0800 Subject: [PATCH 080/150] Fix environment (advanced) label --- source/3/3.2/3.2.13/session_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 993a76d4..29aac332 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -11,7 +11,7 @@ The checkbox for ask confirmation for leaving session gives you a simple yes no The :guilabel:`Autostart` tab has settings for what to autostart. The autostart applications lets you choose which applications to autostart like managers for print queues. All of these are check-boxes to start various programs. You can start a program at startup by adding it here. Click the add button, give the process a name e.g. "Terminal drop down" and type in the appropriate terminal command e.g. "terminal -d" -The tab for session settings has many effects for you environment variables for your session. Several of theese varibles relate to hidpi support see ``_ . +The tab for :guilabel:`Environment (Advanced)` has many effects for you environment variables for your session. Several of theese varibles relate to hidpi support see ``_ . If you want to undo changes you have done press the reset button with brown smudge with an X and reset on it. From 24fff591d7ecdfad22c431db200c50de680daa16 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:46:41 -0800 Subject: [PATCH 081/150] Add Default Application tab --- source/3/3.2/3.2.13/session_settings.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 29aac332..ae0e036c 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -9,6 +9,8 @@ The :guilabel:`Basic Settings` tab lets you change with a window manager and LX The checkbox for ask confirmation for leaving session gives you a simple yes no dialog to amke sure you really want to leave so you do not lose your work uncheck it if you do not want this and find this dialog annoying. The lock screen before suspending /hibrenating locks your screen before suspending and hibernating and is checked by default unchecking this will leave this so the screen is not unlocked after suspending or hibernating. +The :guilabel:`Default Applications` tab lets you change your default browser and terminal emeulator. The drop down for terminal emulator lets you change the terminal emulator and the drop down for web browser lets you change your webbrowser. + The :guilabel:`Autostart` tab has settings for what to autostart. The autostart applications lets you choose which applications to autostart like managers for print queues. All of these are check-boxes to start various programs. You can start a program at startup by adding it here. Click the add button, give the process a name e.g. "Terminal drop down" and type in the appropriate terminal command e.g. "terminal -d" The tab for :guilabel:`Environment (Advanced)` has many effects for you environment variables for your session. Several of theese varibles relate to hidpi support see ``_ . From d01e816ef706f1f29edcaf996c188d3f8a69721c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:48:58 -0800 Subject: [PATCH 082/150] Fix mangled phrase --- source/3/3.2/3.2.13/session_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index ae0e036c..55cc2daa 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -5,7 +5,7 @@ Session Settings is a way to change what happens when log into Lubuntu. Here you Usage ------ -The :guilabel:`Basic Settings` tab lets you change with a window manager and LXQt modules. To change the window manager used by LXQt, on the basic settings tab use the drop down menu labeled window manager. Choose from the drop down list or search if the drop down list does not contain your new window manager. LXQt modules lists the different part of LXQt if you find you do not want part of LXQt active you can enable or disable them here. If you wish to start the compton X11 compositor you can do so here, we have chosen to disable it at default to lower machine. +The :guilabel:`Basic Settings` tab lets you change with a window manager and LXQt modules. To change the window manager used by LXQt, on the basic settings tab use the drop down menu labeled window manager. Choose from the drop down list or search if the drop down list does not contain your new window manager. LXQt modules lists the different part of LXQt if you find you do not want part of LXQt active you can enable or disable them here. If you wish to start the compton X11 compositor you can do so here, we have chosen to disable it at default to lower system resources by default. The checkbox for ask confirmation for leaving session gives you a simple yes no dialog to amke sure you really want to leave so you do not lose your work uncheck it if you do not want this and find this dialog annoying. The lock screen before suspending /hibrenating locks your screen before suspending and hibernating and is checked by default unchecking this will leave this so the screen is not unlocked after suspending or hibernating. From 7eecd2dd243148f7d8fc07198a4598f7cea80159 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 13:56:45 -0800 Subject: [PATCH 083/150] Add users tab label to make more clear --- source/3/3.2/3.2.15/users_and_groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.15/users_and_groups.rst b/source/3/3.2/3.2.15/users_and_groups.rst index 792db23d..e3c50585 100644 --- a/source/3/3.2/3.2.15/users_and_groups.rst +++ b/source/3/3.2/3.2.15/users_and_groups.rst @@ -9,7 +9,7 @@ Lubuntu ships with version 0.13.0 of Users and Groups. Useage ------ -To create a new useage create a new user enter your password to make sure it is really you enter the users name and username then enter the new password twice by hand. To change the users permission click account type and enter your password and select desktop user to not give permission to change the system or admin to change system settings. +The :guilabel:`users` tab lets you manage Users.To create a new useage create a new user enter your password to make sure it is really you enter the users name and username then enter the new password twice by hand. To change the users permission click account type and enter your password and select desktop user to not give permission to change the system or admin to change system settings. To change your users password you can press on the button with a key and enter the new password and enter new password and then use a password to authenticate that you have permission to do this. From e66007174167b8035f93963c80698a619410aa6d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 14:08:18 -0800 Subject: [PATCH 084/150] Add tab labels for window_effects --- source/3/3.2/3.2.16/window_effects.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/3/3.2/3.2.16/window_effects.rst b/source/3/3.2/3.2.16/window_effects.rst index 3de97979..bc1d32c6 100644 --- a/source/3/3.2/3.2.16/window_effects.rst +++ b/source/3/3.2/3.2.16/window_effects.rst @@ -10,13 +10,12 @@ Lubuntu ships with version 0.4.0 of Window effects. Useage ------ -To toggle enable client side shadows press the Enable client side shadows checkbox. The checkbox for Aviod drawing shadows on dock/panel windows will stop drawing shadows on the panel. The label for color lets you change the color of your shadows. The field for blur radius for shadows changes how big to blur the shadows. The left offset for shadows is how far to move the shadows to the left with a larger number makes the shadow appear farther to the right. The top offset for shadows the larger the number farther down the shadow appears below the window. The field for translucany of for shadows is how opaque or clear to make the shadows 1 is opqaque shadows and 0 is clear. +The :guilabel:`Shadow` tab manages how compton draws shadows. To toggle enable client side shadows press the Enable client side shadows checkbox. The checkbox for Aviod drawing shadows on dock/panel windows will stop drawing shadows on the panel. The label for color lets you change the color of your shadows. The field for blur radius for shadows changes how big to blur the shadows. The left offset for shadows is how far to move the shadows to the left with a larger number makes the shadow appear farther to the right. The top offset for shadows the larger the number farther down the shadow appears below the window. The field for translucany of for shadows is how opaque or clear to make the shadows 1 is opqaque shadows and 0 is clear. +The :guilabel:`opacity` tab is for transparency settings. Setting Opacity to 1.00 makes it opaque while 0 makes it entirely clear. Menus, inactive windows, active windows titlebars and borders all can have their opacity changed indepently. -The opacity tab is for transparency settings. Setting Opacity to 1.00 makes it opaque while 0 makes it entirely clear. Menus, inactive windows, active windows titlebars and borders all can have their opacity changed indepently. +The :guilabel:`Fade` tab manages fading windows opening or closing or opacity changes. There is a checkbox for fading window during opactity changes so if the opacity changes it will smoothly fade. With this settings windows will fade in and out when opened and closed unless you don't them to which you can press the Avoid fade in out when windows opening and closing. -Fading windows can have some differences. There is a checkbox for fading window during opactity changes so if the opacity changes it will smoothly fade. With this settings windows will fade in and out when opened and closed unless you don't them to which you can press the Avoid fade in out when windows opening and closing. - -To have your settings applied you will need to press the apply button. If you want to cancel your changes press the cancel button. +To have your settings applied you will need to press the :guilabel:`apply` button. If you want to cancel your changes press the :guilabel:`cancel` button. Screenshot ---------- From 5df10d3ef9e0904917e84aa2d1034919940b6097 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 14:24:49 -0800 Subject: [PATCH 085/150] Add labels to customize panel --- source/5/5.1/lxqt-panel.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index bfff038f..30bfb03f 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -29,13 +29,15 @@ As mentioned before, the panel is highly configurable and you can customize it b Customizing ----------- -To change many panel settings right click not on the main taskbar and click the wrench button for panel settings. To move the panel their is a drop down menu of position that can move it to the side of the screen you want. The alignment drop down menu lets you set the alignment of the panel on your screen if you choose to move it or make it only a portion of the screen. The size menu lets you increase or decrease the width of the panel. Length has two fields the one is either px or percent is for to change the length of the panel in pixels while percent is a percent of the entire screen size that changes if you change resolution. The first is the number of pixels or percent of the screen you want the panel to cover. The icon size makes the size of the icons bigger or smaller on the panel. +To change many panel settings right click not on the main taskbar and click the wrench button for panel settings. + +The :guilabel:`Panel` tab has settings for the color and position of the panel. To move the panel their is a drop down menu of position that can move it to the side of the screen you want. The alignment drop down menu lets you set the alignment of the panel on your screen if you choose to move it or make it only a portion of the screen. The size menu lets you increase or decrease the width of the panel. Length has two fields the one is either px or percent is for to change the length of the panel in pixels while percent is a percent of the entire screen size that changes if you change resolution. The first is the number of pixels or percent of the screen you want the panel to cover. The icon size makes the size of the icons bigger or smaller on the panel. If you want to autohide the panel check the auto hide checkbox in panel settings. To show how long your panel will appear when it comes back after hiding in miliseconds. .. image:: lxqt-panel-config.png -To change to a custom font color press the color button checkbox. Press the dropper button to bring up a widget to choose the custom color. The checkbox for background color sets a background color custom for the background of lxqt-panel and the dropper brings up how to select which color. To add an image to your panel background press the checkbox and select your image for the file in the dialog. +The :guilabel:`Widgets` lets you change the widgets or individual items on the panel and their configuration. To change to a custom font color press the color button checkbox. Press the dropper button to bring up a widget to choose the custom color. The checkbox for background color sets a background color custom for the background of lxqt-panel and the dropper brings up how to select which color. To add an image to your panel background press the checkbox and select your image for the file in the dialog. The checkbox for override icon theme lets you choose a non system default icon theme for lxqt-panel. The dropdown then lets you see what that icon theme from the dropdown list. If you do not like your changes to the system you can press the reset button to reset changing to before trying to customize the panel. From 4a082fcb6f45718409508d9fa671ec9064c31f8a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 15:16:13 -0800 Subject: [PATCH 086/150] Add labels to customizing qpdfview --- source/2/2.2/2.2.6/qpdfview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index 9702a7b2..1304bc64 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -52,11 +52,11 @@ Customizing ----------- To add your own settings to qpdfview you can get to a settings window with :menuselection:`Edit --> Settings`. The checkbox for open url allows you to turn on or off Opening URL within within qpdfview. The autorefresh checkbox relaods the pdf whenever the file changes which is useful if you are authoring pdf files. If you want to scroll once to go to an entire page press the minimal scrolling checkbox. To change the color of highlights tpye a hex number for a color or select one from the drop down menu by name. -If you want to reset these settings to the defaults is to press the defaults button. If you just want defaults on the current tab you can press the defaults on current tab button. If you want to return to viewing your pdf with the same settings press the OK button. If you wish to discard your changes press the cancel button. +If you want to reset these settings to the defaults is to press the :guilabel:`defaults` button. If you just want defaults on the current tab you can press the :guilabel:`defaults on current tab` button. If you want to return to viewing your pdf with the same settings press the :guilabel:`OK` button. If you wish to discard your changes press the :guilabel:`cancel` button. -To deal with settings on graphics press press on the graphics tab. The settings for paper color will has a drop down menu for previewing what it is like printing on colored paper. The checkbox for prefetch will preload pages not directly viewed by the pdf viewer not directly on the screen however this will use more resources. The drop down for cache size will larger will use up more resources but will make loading pdfs much faster. +To deal with settings on graphics press press on the :guilabel:`graphics` tab. The settings for paper color will has a drop down menu for previewing what it is like printing on colored paper. The checkbox for prefetch will preload pages not directly viewed by the pdf viewer not directly on the screen however this will use more resources. The drop down for cache size will larger will use up more resources but will make loading pdfs much faster. -To change the interface settings click on the interface tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. The checkbox for new tab next to current tab opens new tabs next to the current one. The field for recently used lets you set the maximum number of files to keep around in recently used. +To change the interface settings click on the :guilabel:`interface` tab. If you want the tabs to be spread out press the spread tabs checkbox. The the tab position changes where the tabbar on the window. The tab visibility can be set to as needed, always or never. The checkbox for new tab next to current tab opens new tabs next to the current one. The field for recently used lets you set the maximum number of files to keep around in recently used. Version ------- From 4b6e56d1686fa444968ed2f1461aaee9a8f73413 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 15:20:54 -0800 Subject: [PATCH 087/150] Add keyboard shortcut for new tab --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index c1fa2060..70078dd7 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -18,7 +18,7 @@ If you wish to open a text file press the button that looks like a black and whi To type things into your text file the main part of the window similar to a word porcessor. If you are programming with featherpad the file extension will probably automatically select the correct syntax highlighting. To view line numbers of the file press :kbd:`control +l` or :menuselection:`options --> line numbers`. -To open a new tab and empty text file press the button with a piece of paper with a plus symbol on it. If you wish to close a tab press the red x button. +To open a new tab and empty text file press the button with a piece of paper with a plus symbol on it, or press :kbd:`Control + N`. If you wish to close a tab press the red x button. If you make a mistake and want to undo it press :kbd:`control + z` or press the button that looks like a curved arrow pointing towards the left. To redo a change you have undone press the button with a curved arrow pointing towards the right. From b49ca6a7bb2dba36fa279eca7306d491343a8c3c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 22:50:14 -0800 Subject: [PATCH 088/150] Add keyboard and menushortcuts to Featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 70078dd7..13210134 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -18,7 +18,7 @@ If you wish to open a text file press the button that looks like a black and whi To type things into your text file the main part of the window similar to a word porcessor. If you are programming with featherpad the file extension will probably automatically select the correct syntax highlighting. To view line numbers of the file press :kbd:`control +l` or :menuselection:`options --> line numbers`. -To open a new tab and empty text file press the button with a piece of paper with a plus symbol on it, or press :kbd:`Control + N`. If you wish to close a tab press the red x button. +To open a new tab and empty text file press the button with a piece of paper with a plus symbol on it, or press :kbd:`Control + N`. If you wish to close a tab press the red x button. To switch between tabs click on the tab is not the close button. To switch to the next tab press :kbd:`Alt + Right arrow` or :menuselection:`File --> Next tab`. To switch to the previous tab press :kbd:`Alt + Left arrow` or :menuselection:`File --> Previous Tab`. If you make a mistake and want to undo it press :kbd:`control + z` or press the button that looks like a curved arrow pointing towards the left. To redo a change you have undone press the button with a curved arrow pointing towards the right. From 9cfe3d01fc0b1a698642488add353c554615d158 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 22:54:39 -0800 Subject: [PATCH 089/150] Add recently modified to featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 13210134..66f0b41b 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -14,7 +14,7 @@ It supports: Useage ------ -If you wish to open a text file press the button that looks like a black and white folder or press :kbd:`control + o` to open a file. To open a new file press the button that looks like a piece of paper with a plus sign. To save your file after typing in the main part of the window press the button that looks like a floppy disk or press controlTo save your file after typing in the main part of the window press the button that looks like a floppy disk or press :kbd:`control +s`. To reload a file if something else has changed that file in featherpad press the arrow that loops back on itself to reload the page. +If you wish to open a text file press the button that looks like a black and white folder or press :kbd:`control + o` to open a file. To view your recently modified files :menuselection:`File --> Recently modified`. To open a new file press the button that looks like a piece of paper with a plus sign. To save your file after typing in the main part of the window press the button that looks like a floppy disk or press controlTo save your file after typing in the main part of the window press the button that looks like a floppy disk or press :kbd:`control +s`. To reload a file if something else has changed that file in featherpad press the arrow that loops back on itself to reload the page. To type things into your text file the main part of the window similar to a word porcessor. If you are programming with featherpad the file extension will probably automatically select the correct syntax highlighting. To view line numbers of the file press :kbd:`control +l` or :menuselection:`options --> line numbers`. From b0c651b2dfcaaa84763b6ef70520ff05cdc699f2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 22:58:08 -0800 Subject: [PATCH 090/150] Add label for new game button --- source/2/2.4/2.4.8/2048-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.8/2048-qt.rst b/source/2/2.4/2.4.8/2048-qt.rst index 44db6743..66fa88d2 100644 --- a/source/2/2.4/2.4.8/2048-qt.rst +++ b/source/2/2.4/2.4.8/2048-qt.rst @@ -7,7 +7,7 @@ Useage ------ To play 2048-qt you use the arrows keys to combine blocks with the same number on them without having no possible moves at which point the game is over. As you combine numbers your score increases by the sum of the new block(s) you make and is shown towards the upper right hand corner of the window. Your high score is the best you have done at this game and is also shown towards the upper right hand corner. -If midway you want to restart to a new game press the new game button on the right hand side or :menuselection:`File --> New Game`. +If midway you want to restart to a new game press the :guilabel:`New Game` button on the right hand side or :menuselection:`File --> New Game`. Screenshot ---------- From 841406c9c10e7c9bfdd11dc253b533c6ccf7e177 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 23:02:07 -0800 Subject: [PATCH 091/150] Fix captilization --- source/2/2.4/2.4.7/noblenote.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.7/noblenote.rst b/source/2/2.4/2.4.7/noblenote.rst index b62ddee7..4cbe58e7 100644 --- a/source/2/2.4/2.4.7/noblenote.rst +++ b/source/2/2.4/2.4.7/noblenote.rst @@ -17,7 +17,7 @@ To delete a note click on the note and press the button with a page X on it, pre If you make a mistake tpying and want to undo your changes press :kbd:`Control + z` or :menuselection:`Edit --> Undo`. If you wish to paste text into noblenote press :kbd:`Control + v` or :menuselection:`Edit --> Paste`. -to bring back up your note noblenote will leave a notebook icon in the system tray on the lower right hand corner of the panel by default which can bring back up the noblenote window. +To bring back up your note noblenote will leave a notebook icon in the system tray on the lower right hand corner of the panel by default which can bring back up the noblenote window. Screenshot ---------- From bf4d6399c9bf51684fd0fdd78845503efc5056bf Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 12:17:54 -0800 Subject: [PATCH 092/150] Add word wrap --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 66f0b41b..32050c05 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -16,7 +16,7 @@ Useage ------ If you wish to open a text file press the button that looks like a black and white folder or press :kbd:`control + o` to open a file. To view your recently modified files :menuselection:`File --> Recently modified`. To open a new file press the button that looks like a piece of paper with a plus sign. To save your file after typing in the main part of the window press the button that looks like a floppy disk or press controlTo save your file after typing in the main part of the window press the button that looks like a floppy disk or press :kbd:`control +s`. To reload a file if something else has changed that file in featherpad press the arrow that loops back on itself to reload the page. -To type things into your text file the main part of the window similar to a word porcessor. If you are programming with featherpad the file extension will probably automatically select the correct syntax highlighting. To view line numbers of the file press :kbd:`control +l` or :menuselection:`options --> line numbers`. +To type things into your text file the main part of the window similar to a word porcessor. If you are programming with featherpad the file extension will probably automatically select the correct syntax highlighting. To view line numbers of the file press :kbd:`control +l` or :menuselection:`options --> line numbers`. To enable word wrap press :kbd:`Control +W` or :menuselection:`options --> wrap lines`. To open a new tab and empty text file press the button with a piece of paper with a plus symbol on it, or press :kbd:`Control + N`. If you wish to close a tab press the red x button. To switch between tabs click on the tab is not the close button. To switch to the next tab press :kbd:`Alt + Right arrow` or :menuselection:`File --> Next tab`. To switch to the previous tab press :kbd:`Alt + Left arrow` or :menuselection:`File --> Previous Tab`. From d3ab9ce6af4f2875a8c4ae4cb1a313fba6353d96 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 12:29:59 -0800 Subject: [PATCH 093/150] Add labels for cancel and apply button --- source/3/3.1/3.1.3/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 29ffd9b9..cfc7490c 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -16,7 +16,7 @@ To change your preferences go to :menuselection:`file --> preferences`. To chang The box for showing close button on each tab if unchecked will not have a button to close each tab will not have the red x button on each tab. -To apply these changes to see how they appear on qterminal press the apply button. If you like your new customized terminal layout press the OK button or if you wish to cancel your changes press the cancel button. +To apply these changes to see how they appear on qterminal press the :guilabel:`apply` button. If you like your new customized terminal layout press the OK button or if you wish to cancel your changes press the :guilabel:`cancel` button. Version ------- From bc0cf6f7b5e9bac84655502194fccea1cad96374 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 12:41:02 -0800 Subject: [PATCH 094/150] Add chaging curosr for qterminal --- source/3/3.1/3.1.3/qterminal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index cfc7490c..4188540c 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -12,9 +12,9 @@ If you get a url in your terminal you can right click copy link address to copy Customizing ----------- -To change your preferences go to :menuselection:`file --> preferences`. To change your font press the font change the font and size press the change button in the preferences dialog. The color scheme field lets you say change how different colored things in the terminal colors appear. The widget style lets you overwrite the system widget style with something other than system default. The scrollbar position lets you move the scrollbar to the left or right or remove it entirely. The tabs position moves the bar to that part of the window of qterminal. +To change your preferences go to :menuselection:`file --> preferences`. To change your font press the font change the font and size press the change button in the preferences dialog. The color scheme field lets you say change how different colored things in the terminal colors appear. The widget style lets you overwrite the system widget style with something other than system default. The scrollbar position lets you move the scrollbar to the left or right or remove it entirely. The tabs position moves the bar to that part of the window of qterminal. The cursor shape changes the shape of the cursor between block cursor a large block, underline cursor a small underline, or i beam which is quite small like a | character. -The box for showing close button on each tab if unchecked will not have a button to close each tab will not have the red x button on each tab. +The box for showing close button on each tab if unchecked will not have a button to close each tab will not have the red x button on each tab. To apply these changes to see how they appear on qterminal press the :guilabel:`apply` button. If you like your new customized terminal layout press the OK button or if you wish to cancel your changes press the :guilabel:`cancel` button. From 43bfb59fc464ff62518332374d2097a6010cd2b4 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 13:03:53 -0800 Subject: [PATCH 095/150] Add more to prefrences --- source/3/3.1/3.1.3/qterminal.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 4188540c..2f6fbf68 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -18,6 +18,8 @@ The box for showing close button on each tab if unchecked will not have a button To apply these changes to see how they appear on qterminal press the :guilabel:`apply` button. If you like your new customized terminal layout press the OK button or if you wish to cancel your changes press the :guilabel:`cancel` button. +The :guilabel:`Behavior` tab changes history, pasting, and different kinds of emulation. The button for unlimited history will save an unlimited amount of history. The history size in line lets you save only that many lines of history. The checkbox for Confirm multiline paste brings up a confirmation for pasting multiple lines. + Version ------- Lubuntu ships with version 0.9.0 of qterminal. From 3770be370ac5e0bdf0b42cc4fbcd06c2a2967a8f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 13:42:53 -0800 Subject: [PATCH 096/150] Add labels of buttons --- source/4/4.2/muon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index d31c78fa..7a921cf8 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -7,7 +7,7 @@ Useage ------ To update your packages press the gear button with a clockwise pointed arrow. If updates are available press the upward pointing arrow with a dot on top to install the updates. -To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. To get rid of all your marked packages for installation :menuselection:`Edit --> Unmark All`. +To search for a program to install type into the bar at the top that says :guilabel:`search`. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the :guilabel:`cancel` button to not pull in all those dependeices or press :guilabel:`ok` to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. To get rid of all your marked packages for installation :menuselection:`Edit --> Unmark All`. When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The detail tab has a description of the package you are currently selected. The Technical Details will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The depenedncies tab shows you what other packages are needed by the package you wish to install. From 18c087ebfc8cbcbf8650e87d7e95ff6d38926d95 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Dec 2018 15:05:23 -0800 Subject: [PATCH 097/150] fix typo in image file --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 617c45d9..5ee427b4 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -11,7 +11,7 @@ Useage ------ The :guilabel:`Mouse` tab provides settings for how fast the mouse moves scrolls and double clicks. To increase the sensitivity of the mouse drag the slider next to sensitivity towards the right or conversely to decrease senseativity drag the slider towards less sensitivity. To increase acceleration of the mouse drag the slider to the right for accelration and to make the mouse accelerate slower drag it to the left. The settings should apply immediately so make sure the mouse moves how you want it. If you do not like the new settings press the reset button to go back to your previous settings. -.. image:: keybaordandmouse.png +.. image:: keyboardandmouse.png If you wish to only have to click once to activate buttons normally requiring two clicks check the single click to activate items checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. From b093042cf27a56a58bc52a66f10b69147458f22f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 21 Dec 2018 12:59:50 -0800 Subject: [PATCH 098/150] Add labels to tabs --- source/4/4.2/muon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index 7a921cf8..35cc9b67 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -9,7 +9,7 @@ To update your packages press the gear button with a clockwise pointed arrow. If To search for a program to install type into the bar at the top that says :guilabel:`search`. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the :guilabel:`cancel` button to not pull in all those dependeices or press :guilabel:`ok` to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. To get rid of all your marked packages for installation :menuselection:`Edit --> Unmark All`. -When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The detail tab has a description of the package you are currently selected. The Technical Details will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The depenedncies tab shows you what other packages are needed by the package you wish to install. +When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The :guilabel:`detail` tab has a description of the package you are currently selected. The :guilabel:`Technical Details` will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The :guilabel:`depenedncies` tab shows you what other packages are needed by the package you wish to install. If you want to see your history of package updates and installed from the :menuselection:`menu --> view --> history` or press :kbd:`control + h`. From eed63ae8772f2f024111d116202607b293fcb488 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 21 Dec 2018 13:35:32 -0800 Subject: [PATCH 099/150] Add changelog tab --- source/4/4.2/muon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index 35cc9b67..60ae7418 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -9,7 +9,7 @@ To update your packages press the gear button with a clockwise pointed arrow. If To search for a program to install type into the bar at the top that says :guilabel:`search`. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the :guilabel:`cancel` button to not pull in all those dependeices or press :guilabel:`ok` to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. If you want to undo the the last operation you have done for installing packages press :kbd:`Control+z` or :menuselection:`Edit --> Undo`. To get rid of all your marked packages for installation :menuselection:`Edit --> Unmark All`. -When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The :guilabel:`detail` tab has a description of the package you are currently selected. The :guilabel:`Technical Details` will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The :guilabel:`depenedncies` tab shows you what other packages are needed by the package you wish to install. +When you find your package you want to install on the bottom half of the screen there is a bar of tabs. The :guilabel:`detail` tab has a description of the package you are currently selected. The :guilabel:`Technical Details` will show you where the package comes from what category it is and what the installed size would be and what size it takes to download the package. The :guilabel:`depenedncies` tab shows you what other packages are needed by the package you wish to install. To view the changes of a package the :guilabel:`Changes List` and scroll down to view them. If you want to see your history of package updates and installed from the :menuselection:`menu --> view --> history` or press :kbd:`control + h`. From 6604b8813eb7dd95b2ef5fe9fb42998d25f3922e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Dec 2018 01:16:59 -0800 Subject: [PATCH 100/150] Add label to discover --- source/4/4.1/discover.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/4/4.1/discover.rst b/source/4/4.1/discover.rst index b61da75f..b6c532b9 100644 --- a/source/4/4.1/discover.rst +++ b/source/4/4.1/discover.rst @@ -8,9 +8,9 @@ Discover allows you to search for applications by using the search box. Clicking To search for programs in discover type in the search bar in the upper left or press :kbd:`Control + F`. -Discover allows you to update software using the Updates tab located on the bottom of the left column. You can click the button to "check for updates" manually. If you have updates that need to be installed Update with a gear and will be highlighted in orange and the number of updates that are available. +Discover allows you to update software using the Updates tab located on the bottom of the left column. You can click the :guilabel:`Check for updates` button to check for updates manually. If you have updates that need to be installed Update with a gear and will be highlighted in orange and the number of updates that are available. -To remove software use the Installed tab. You can browse your installed packages, search using the search bar (upper left corner), and the click the remove button to remove software. +To remove software use the :guilabel:`Installed` tab. You can browse your installed packages, search using the search bar (upper left corner), and the click the remove button to remove software. In the upper right corner of discover you can have a Sort category to sort your search results by name, rating, size, and release date. From 40f2a853fbd5a63aefed933c62dee470778c78e0 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Dec 2018 01:22:46 -0800 Subject: [PATCH 101/150] Add how to get to featured packages --- source/4/4.1/discover.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.1/discover.rst b/source/4/4.1/discover.rst index b6c532b9..9a3b214a 100644 --- a/source/4/4.1/discover.rst +++ b/source/4/4.1/discover.rst @@ -6,7 +6,7 @@ Usage ------ Discover allows you to search for applications by using the search box. Clicking on a program will give you a description of it. When installing or removing software, you will be prompted for your password. You can also browse through different categories on the left clicking on the different categories. To move back from a category or search press the back button which functions similar to the back button in a web browser. In the results after selecting your program you are looking at you can select a screenshot and get a bigger view of the screenshot click on the screenshot. -To search for programs in discover type in the search bar in the upper left or press :kbd:`Control + F`. +To search for programs in discover type in the search bar in the upper left or press :kbd:`Control + F`. To view featured applications press the blue rectangle on the top left hand corner. Discover allows you to update software using the Updates tab located on the bottom of the left column. You can click the :guilabel:`Check for updates` button to check for updates manually. If you have updates that need to be installed Update with a gear and will be highlighted in orange and the number of updates that are available. From 472494c043d3b0b37a3d292e82a3866fb8448ee5 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Dec 2018 13:19:37 -0800 Subject: [PATCH 102/150] One more label for discover --- source/4/4.1/discover.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/4/4.1/discover.rst b/source/4/4.1/discover.rst index 9a3b214a..5780079c 100644 --- a/source/4/4.1/discover.rst +++ b/source/4/4.1/discover.rst @@ -12,7 +12,7 @@ Discover allows you to update software using the Updates tab located on the bott To remove software use the :guilabel:`Installed` tab. You can browse your installed packages, search using the search bar (upper left corner), and the click the remove button to remove software. -In the upper right corner of discover you can have a Sort category to sort your search results by name, rating, size, and release date. +In the upper right corner of discover you can have a :guilabel:`Sort` category to sort your search results by name, rating, size, and release date. From 40f4c8769b9dbc3f22a7e74cae5389a7ab861b60 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Dec 2018 13:31:29 -0800 Subject: [PATCH 103/150] Add power management rewrite --- source/3/3.2/3.2.12/power_management.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.12/power_management.rst b/source/3/3.2/3.2.12/power_management.rst index cf842958..8fd04eb9 100644 --- a/source/3/3.2/3.2.12/power_management.rst +++ b/source/3/3.2/3.2.12/power_management.rst @@ -5,12 +5,13 @@ Power management manages what to do on laptop batteries when the power is low wh Useage ------ -LXQt power management watches your battery, laptop lid, and idleness on the screen. Each one of the checkbox is to battery laptop lid and idleness is a checkbox to enable or disable each. When you add when power is low select what you want to do suspend shutodwn hibernate or something. The lid watcher lets you choose to suspend or shut off your computer when the lid is closed on battery or on AC. +LXQt power management watches your battery, laptop lid, and idleness on the screen. Each one of the checkbox is to battery laptop lid and idleness is a checkbox to enable or disable each. When you add when power is low select what you want to do suspend shutodwn hibernate or something. The level low changes when the battery is considered low power. On a laptop power management should show a + with a ring around it represeneting your current battery charge on your laptop when it is charging with a full green circle meaning you are fully charged in the system tray. If your battery is discharging you will see a - sybmol at the center of the circle. If you hover the mouse cursor over this it will show the percent of charge as a percentage and whether the battery is charging or discharging. When your battery is fully charged it will turn into a black circle. + The :guilabel:`Lid` tab manages settings for when you close your laptop lid. The lid watcher lets you choose to suspend or shut off your computer when the lid is closed on battery or on AC. The checkbox for :guilabel:`Enable Lid Watcher` enables actions to be taken when the laptop lid is closed and of course unchecking means it won't take any action. The :guilabel:`On battery` field changes what action to take when your laptop is on battery. Screenshot ---------- From 1005058a0d09c073e97b9323e337ee61ee5465bb Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 19:17:36 -0800 Subject: [PATCH 104/150] Add label for revert --- source/3/3.2/3.2.2/appearance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index 630271f3..007727dd 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -27,7 +27,7 @@ The tab for :guilabel:`LXQt theme` lets you change how the panel and notifiction The :guilabel:`cursor` tab has one option to change cursor theme lets you change how the cursor looks with two themes installed by default but more available in the package repositories. -If you want to reset your changes you will need to click the reset button to revert your changes to how they were before. +If you want to reset your changes you will need to click the :guilabel:`reset` button to revert your changes to how they were before. How to launch From 4e9910ab4a5ec0a52f71bebbb9eb83fad2e05040 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 19:18:35 -0800 Subject: [PATCH 105/150] Rework power management --- source/3/3.2/3.2.12/power_management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.12/power_management.rst b/source/3/3.2/3.2.12/power_management.rst index 8fd04eb9..0b15edfe 100644 --- a/source/3/3.2/3.2.12/power_management.rst +++ b/source/3/3.2/3.2.12/power_management.rst @@ -11,7 +11,7 @@ The level low changes when the battery is considered low power. On a laptop power management should show a + with a ring around it represeneting your current battery charge on your laptop when it is charging with a full green circle meaning you are fully charged in the system tray. If your battery is discharging you will see a - sybmol at the center of the circle. If you hover the mouse cursor over this it will show the percent of charge as a percentage and whether the battery is charging or discharging. When your battery is fully charged it will turn into a black circle. - The :guilabel:`Lid` tab manages settings for when you close your laptop lid. The lid watcher lets you choose to suspend or shut off your computer when the lid is closed on battery or on AC. The checkbox for :guilabel:`Enable Lid Watcher` enables actions to be taken when the laptop lid is closed and of course unchecking means it won't take any action. The :guilabel:`On battery` field changes what action to take when your laptop is on battery. + The :guilabel:`Lid` tab manages settings for when you close your laptop lid. The lid watcher lets you choose to suspend or shut off your computer when the lid is closed on battery or on AC. The checkbox for :guilabel:`Enable Lid Watcher` enables actions to be taken when the laptop lid is closed and of course unchecking means it won't take any action. The :guilabel:`On battery` field changes what action to take when your laptop which each does it like it sounds like. Screenshot ---------- From a714db13e795118be8f680c350406d71921e7fcc Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 19:25:52 -0800 Subject: [PATCH 106/150] Add more labels --- source/3/3.2/3.2.2/appearance.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index 007727dd..7f6412f7 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -10,7 +10,8 @@ Lubuntu ships with version 0.13.0 of appearance. Useage ------ -To change the useage Qt widget will change the buttons and tooblbars look on lubuntu in Qt applications. Check to apply Set GTk settings will apply to GTk applications. The checkbox to apply on single click has makes things you normally need two clicks for one click. +To change the useage Qt widget will change the buttons and tooblbars look on lubuntu in Qt applications. Check the checkbox :guilabel:`apply Set GTk` settings will apply native themes to GTk applications. The checkbox :guilabel:`Activate on single click` has makes things you normally need two clicks for one click. + .. image:: appearance.png From 26527362bdca908d1faa2fd06d03d1524eb1dcbe Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:09:01 -0800 Subject: [PATCH 107/150] Add confrimation checkbox with label --- source/3/3.2/3.2.3/brightness.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index 5781645d..1ed7ee21 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -7,6 +7,8 @@ Useage ------ To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. +If you do not want to confirmation click the :guilable:`Require Confirmation after settings chang`. + Screenshot ---------- .. image :: brightness.png From 304c8b382c644fa79740251149891a04adf7ec46 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:11:36 -0800 Subject: [PATCH 108/150] fix typo --- source/3/3.2/3.2.5/desktop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.5/desktop.rst b/source/3/3.2/3.2.5/desktop.rst index 735b6d54..60f871fd 100644 --- a/source/3/3.2/3.2.5/desktop.rst +++ b/source/3/3.2/3.2.5/desktop.rst @@ -12,7 +12,7 @@ Useage ------ To change the desktop background you can either type the path of the file you can type in Wallpaper image file or use browse to bring up a dialog to choose which the desktop. The drop down of wallpaper mode lets you change how the image you select for a wallpaper changes. If you want an image to have multiple copies of a smaller image select tile image from the drop down. If you do not want an image and just a solid color select fill with background color only. -The drop down menu for icon size lets you choose a different size of desktop icons you can chooose a size that looks good on your screen. +The drop down menu for icon size lets you choose a different size of desktop icons you can choose a size that looks good on your screen. The box labeled select font lets you choose which font and size information from a dialog box. On the left is a box for which font to select on on the bottom or type the name on top. The middle lets you choose the font style of the font on your desktop. On the far right is a choice for the size of your font which you can select from the menu. The box for text color brings up a widget to pick color of either the text color or the shadow color of the icons. From babca4b2c366ca253b16eed53bd52e0c444c480d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:15:10 -0800 Subject: [PATCH 109/150] Add labels to desktop notifications --- source/3/3.2/3.2.6/desktop_notifications.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.6/desktop_notifications.rst b/source/3/3.2/3.2.6/desktop_notifications.rst index db7e0bee..f288d64f 100644 --- a/source/3/3.2/3.2.6/desktop_notifications.rst +++ b/source/3/3.2/3.2.6/desktop_notifications.rst @@ -7,7 +7,7 @@ Useage ------ The :guilabel:`Basic Settings` tab lets you change where Desktop notifications appear on your screen click the button that appears on the portion of your screen where you want them with the outline being your window. -On the :guilabel:`Advanced Settings` lets you change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes width lets you choose how wide to make notifications. The spacing field changes how far to place the notification from each other. +On the :guilabel:`Advanced Settings` lets you change duration of desktop notifications there is up and down to add or reduce the number of seconds to show notifications for the default is 10 seconds. The sizes :guilabel:`width` field lets you choose how wide to make notifications. The :guilabel:`spacing` field changes how far to place the notification from each other. Screenshot ---------- From 291031e6055eade8460ef5b94a769fb40635ebaf Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:24:55 -0800 Subject: [PATCH 110/150] Add label for keyboard and mouse --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 5ee427b4..496d7df0 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -13,7 +13,7 @@ The :guilabel:`Mouse` tab provides settings for how fast the mouse moves scrolls .. image:: keyboardandmouse.png -If you wish to only have to click once to activate buttons normally requiring two clicks check the single click to activate items checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. +If you wish to only have to click once to activate buttons normally requiring two clicks check the :guilabel:`single click to activate items` checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. The :guilabel:`cursor` tab on the left lets you change your cursor theme which is quite useful if you are say running virtual machines so the cursor does not look the same in the host and the guest. To change a theme scroll down to which theme you want under preview but you will have to logout and log back in again for this to fully take effect. From 09364837802e9d0499db5e86a27e1f9c219cda89 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:28:52 -0800 Subject: [PATCH 111/150] Rework left handed sentence --- source/3/3.2/3.2.8/keyboard_and_mouse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 496d7df0..4b9d0063 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -13,7 +13,7 @@ The :guilabel:`Mouse` tab provides settings for how fast the mouse moves scrolls .. image:: keyboardandmouse.png -If you wish to only have to click once to activate buttons normally requiring two clicks check the :guilabel:`single click to activate items` checkbox. If you wish to swap left and right buttons on your mouse press the left handed button on the mouse. Note that this also swaps the button on a touchpad. +If you wish to only have to click once to activate buttons normally requiring two clicks check the :guilabel:`single click to activate items` checkbox. If you wish to swap left and right buttons on your mouse check the :guilabel:`left handed` checkbox. Note that this also swaps the button on a touchpad. The :guilabel:`cursor` tab on the left lets you change your cursor theme which is quite useful if you are say running virtual machines so the cursor does not look the same in the host and the guest. To change a theme scroll down to which theme you want under preview but you will have to logout and log back in again for this to fully take effect. From 81ffbba91bcb30d104c4922b1f4fd25a81b41d33 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:41:03 -0800 Subject: [PATCH 112/150] Merge two paragraphs --- source/2/2.5/2.5.3/vlc.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index 1861c991..e5cf9e67 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -9,7 +9,7 @@ To open media stored locally on your system click media open :menuselection:`med To pause playback of a file press the button that look like two verical lines or :menuselection:`Playback --> Pause`. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. -On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc or press :kbd:`Up arrow` to increase volume or :kbd:`Down arrow` to decrease volume. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. +On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc or press :kbd:`Up arrow` to increase volume or :kbd:`Down arrow` to decrease volume. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. To make the same sound come out of both speakers go to :menuselection:`Audio --> Stereo mode --> Mono`. The sound to make a different left and right channel on each speaker will be :menuselection:`Audio --> Stereo Mode --> Stereo`. To make all sound come from the left channel :menuselection:`Audio --> Stereo Mode --> Left` and likewise for Right. @@ -19,9 +19,7 @@ To open an equalizier press the button that looks like several physical slider s To view a playlist of music or videos you can view press the button that is several horizontal lines and then a trianglular play button on it or press :kbd:`Control + l`. This will bring up a whole view of your playlist. To return to your original view press :kbd:`Control + l`. To add more files to your playlist right click on the bottom of the playlist window and click add file to add an additonal file. To move the playlist to a particular file and to have that play double click that file. To change the view of the playlist right click playlist view mode to the version of the playlist you like the look of the best. -To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. - -To randomize your playlist press the button with two crossing arrows on it. +To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. To randomize your playlist press the button with two crossing arrows on it. To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to reset your speed to normal :menuselection:`Playback --> Speed --> Normal speed`. If you want to have vlc end at the end of the playlist click the checkbox :menuselection:`Media --> Quit at end of playlist`. From 12c2a0dfb93dab9e69832f55dbcae0a581e35e45 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 23 Dec 2018 23:45:09 -0800 Subject: [PATCH 113/150] Add always on top to vlc --- source/2/2.5/2.5.3/vlc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.5/2.5.3/vlc.rst b/source/2/2.5/2.5.3/vlc.rst index e5cf9e67..3fb80ce0 100644 --- a/source/2/2.5/2.5.3/vlc.rst +++ b/source/2/2.5/2.5.3/vlc.rst @@ -7,7 +7,7 @@ Useage ------ To open media stored locally on your system click media open :menuselection:`media --> Open file` and navigate your local files or press :kbd:`control +o` on the keyboard to open files stored locally on your machine. If you wish to open media from somewhere on the internet on :menuselection:`media --> open network stream` or press :kbd"`control + n`. To open a whole directory use :menuselection:`media --> Open Directory` or press :kbd:`control +F`. VLC also keeps track of recently opened media in case you want to view media again in :menuselection:`Media --> Open Recent Media --> file name`. If you have copied a path in your clipboard or something you can press :kbd:`Control +V`. -To pause playback of a file press the button that look like two verical lines or :menuselection:`Playback --> Pause`. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. +To pause playback of a file press the button that look like two verical lines or :menuselection:`Playback --> Pause`. To resume playback press the right playback button. To toggle fullscreen press the button which has the four corners of the screen or :menuselection:`Video --> Fullscreen` to make it fullscreen and the four screens to have it back into windowed mode. To have vlc always on top :menuselection:`View --> Always at night`. On the bottom right of vlc there is a bar that gets wider for volume. Click farther to the right to increase volume within vlc or press :kbd:`Up arrow` to increase volume or :kbd:`Down arrow` to decrease volume. Or hover the cursor over this bar and use the mousewheel to control volume. The button that looks like a speaker next to this toggles mute in vlc. Another way to mute the volume is to :menuselection:`Audio --> Mute`. @@ -19,7 +19,7 @@ To open an equalizier press the button that looks like several physical slider s To view a playlist of music or videos you can view press the button that is several horizontal lines and then a trianglular play button on it or press :kbd:`Control + l`. This will bring up a whole view of your playlist. To return to your original view press :kbd:`Control + l`. To add more files to your playlist right click on the bottom of the playlist window and click add file to add an additonal file. To move the playlist to a particular file and to have that play double click that file. To change the view of the playlist right click playlist view mode to the version of the playlist you like the look of the best. -To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. To randomize your playlist press the button with two crossing arrows on it. +To loop the current playlist over and over press the button with an arrow pointing to the right and then another arrow below it pointing to the left. To randomize your playlist press the button with two crossing arrows on it. To speed up playback faster than normal press the :kbd:`+` key or use :menuselection:`Playback --> Speed --> Faster`. To slow down playback slower than normal press the :kbd:`-` key :menuselection:`Playback --> Speed --> Slower`. If you want to reset your speed to normal :menuselection:`Playback --> Speed --> Normal speed`. If you want to have vlc end at the end of the playlist click the checkbox :menuselection:`Media --> Quit at end of playlist`. From f0acb70867a785a49816fca76811f628ac200e4d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 24 Dec 2018 17:35:01 -0800 Subject: [PATCH 114/150] Add labels to pavucontrol --- source/2/2.5/2.5.2/pulseaudio_volume_control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst index c5d1837d..278cf91f 100644 --- a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst +++ b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst @@ -5,10 +5,10 @@ Pulse Audio volume control is the the default volume mixer for Lubuntu. Useage ------ -The playback tab of pulseaudio volume control gives you the ability to the control the output device, mute, or change the volume of each application. To change the Volume of each application on the playback slide the slider to the right for more volume or to the left for less volume. The button with an X over the speaker is a mute button and if it is a darker gray that application is currently muted and can't make any sound. The drop down menu has next to the word on shows the output source. This program also in software allows you to go over 100 percent if it is too quiet. +The :guilabel:`playback` tab of pulseaudio volume control gives you the ability to the control the output device, mute, or change the volume of each application. To change the Volume of each application on the playback slide the slider to the right for more volume or to the left for less volume. The button with an X over the speaker is a mute button and if it is a darker gray that application is currently muted and can't make any sound. The drop down menu has next to the word on shows the output source. This program also in software allows you to go over 100 percent if it is too quiet. .. image:: pavucontrol-playback.png -The output devices tab shows different output for different sounds. To mute one output such as a set of speakers presss the button that looks like a speaker with an X on it. To increase the volume of an output slide the slider for that output to the right. To decrease the volume for each output slide the slider to the left. +The :guilabel:`output` devices tab shows different output for different sounds. To mute one output such as a set of speakers presss the button that looks like a speaker with an X on it. To increase the volume of an output slide the slider for that output to the right. To decrease the volume for each output slide the slider to the left. .. image:: pavucontrol-qt.png From 3d2525b433e6d235c4b39eebc4bfbf8d7af7ee4a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 24 Dec 2018 21:27:55 -0800 Subject: [PATCH 115/150] Add label for input devices --- source/2/2.5/2.5.2/pulseaudio_volume_control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst index 278cf91f..f2dfd69f 100644 --- a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst +++ b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst @@ -8,11 +8,11 @@ Useage The :guilabel:`playback` tab of pulseaudio volume control gives you the ability to the control the output device, mute, or change the volume of each application. To change the Volume of each application on the playback slide the slider to the right for more volume or to the left for less volume. The button with an X over the speaker is a mute button and if it is a darker gray that application is currently muted and can't make any sound. The drop down menu has next to the word on shows the output source. This program also in software allows you to go over 100 percent if it is too quiet. .. image:: pavucontrol-playback.png -The :guilabel:`output` devices tab shows different output for different sounds. To mute one output such as a set of speakers presss the button that looks like a speaker with an X on it. To increase the volume of an output slide the slider for that output to the right. To decrease the volume for each output slide the slider to the left. +The :guilabel:`output devices` tab shows different output for different sounds. To mute one output such as a set of speakers presss the button that looks like a speaker with an X on it. To increase the volume of an output slide the slider for that output to the right. To decrease the volume for each output slide the slider to the left. .. image:: pavucontrol-qt.png -To mute your microphone in pulseaudio toggle the button that looks like a speaker. To adjust input volume slide the slider to the right to increase volume or to the left to decrease volume. To select which input such as line in or microphone for your device is in a drop down menu. +The :guilabel:`input devices` tab manager your sound inputs. To mute your microphone in pulseaudio toggle the button that looks like a speaker. To adjust input volume slide the slider to the right to increase volume or to the left to decrease volume. To select which input such as line in or microphone for your device is in a drop down menu. .. image:: pavucontrol-input.png From 0326333a3bf903e601eb05c7302379735577af30 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 24 Dec 2018 21:33:29 -0800 Subject: [PATCH 116/150] Add purpose of configuration tab --- source/2/2.5/2.5.2/pulseaudio_volume_control.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst index f2dfd69f..cd3b957d 100644 --- a/source/2/2.5/2.5.2/pulseaudio_volume_control.rst +++ b/source/2/2.5/2.5.2/pulseaudio_volume_control.rst @@ -16,6 +16,8 @@ The :guilabel:`input devices` tab manager your sound inputs. To mute your microp .. image:: pavucontrol-input.png +The :guilabel:`Configuration` tab has different sound profiles. + Version ------- Lubuntu ships with version 0.4.0 Pulse Audio Volume Control. From 1655d825a860ef11d72d3059534a15656d09d9c9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 00:32:41 -0800 Subject: [PATCH 117/150] reword sentence --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index 1304bc64..e86ca422 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -31,7 +31,7 @@ qpdfview also includes some very useful docks. To view the outline dock, in the To view two pages at once like if you want to see a two page spread of an illustration in a pdf of a book press :kbd:`Control + 6` or :menuselection:`View --> Two pages`. To get your view back to normal press :kbd:`Control +6` agian or :menuselection:`View --> Two pages` again. To toggle the view of three pages at a time press :kbd:`Control +4` or :menuselection:`View --> Multiple pages`. -To search through your pdf file you can press :kbd:`control + f` or from the menu :menuselection:`edit --> search`. You will get taken to the results and will appear highligheted in yellow to see through the results you can press the down arrow to see results farther in the document and press the up arrow to see results towards the start of the document. +To search through your pdf file you can press :kbd:`control + f` or from the menu :menuselection:`edit --> search`. You will get taken to the results and will appear highligheted in yellow to see through the results you can press the down arrow to see results farther in the document and press the upward pointed arrow button to see results towards the start of the document. To make qpdfview fullscreen you can press :kbd:`f11`. To enter presentation mode you can press :kbd:`f12` wihch is makes the content of the pdf take up the fullscreen and gives you no menubars. To exit presentation mode you can press :kbd:`f12` again. To advance to the next page in the presentation press the spacebar or the right arrow. To go back a page in presentation press the left arrow. From 7da79ebbbd52eaac5b2e51e7c336987a53039f63 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 00:34:51 -0800 Subject: [PATCH 118/150] s/and/or/ --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index e86ca422..05759243 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -23,7 +23,7 @@ If you want to view a particular page select the box (e.g. page 1/3) and tpye th To print your pdf press :kbd:`Control + P` or :menuselection:`File --> Print`. If you are printing the pdf in black and white you can however tpggle previewing the file in black and white by pressing :kbd:`Control + U` or :menuselection:`View --> Convert to grayscale`. -To select text or an image from qpdfview press :kbd:`control+c` or :menuselection:`Edit --> Copy to clipboard`. Then the cursor will turn into a crosshair and you will be able to expand a box to slect either text or an image and a menu to select copying the text, selecting the text, copying the image, and saving the image to file. +To select text or an image from qpdfview press :kbd:`control+c` or :menuselection:`Edit --> Copy to clipboard`. Then the cursor will turn into a crosshair and you will be able to expand a box to slect either text or an image and a menu to select copying the text, selecting the text, copying the image, or saving the image to file. To save your pdf file is to :menuselection:`File --> Save` or you can press :kbd:`Control + s`. You can save the file with a different name with :menuselection:`File --> SAve as`. To save a copy of the document click :menuselection:`File --> Save a copy`. From 961139e66edcd05820afd2a4a3358da17ce88df4 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 15:33:36 -0800 Subject: [PATCH 119/150] fix typo --- source/3/3.2/3.2.3/brightness.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index 1ed7ee21..74232580 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -7,7 +7,7 @@ Useage ------ To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. -If you do not want to confirmation click the :guilable:`Require Confirmation after settings chang`. +If you do not want to confirmation click the :guilabel:`Require Confirmation after settings chang`. Screenshot ---------- From de6247606549f4bd7f0d25ac7136fa3ac35a3326 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 15:46:09 -0800 Subject: [PATCH 120/150] Start Groups tab --- source/3/3.2/3.2.15/users_and_groups.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.2/3.2.15/users_and_groups.rst b/source/3/3.2/3.2.15/users_and_groups.rst index e3c50585..475d30c8 100644 --- a/source/3/3.2/3.2.15/users_and_groups.rst +++ b/source/3/3.2/3.2.15/users_and_groups.rst @@ -13,6 +13,8 @@ The :guilabel:`users` tab lets you manage Users.To create a new useage create a To change your users password you can press on the button with a key and enter the new password and enter new password and then use a password to authenticate that you have permission to do this. +The :guilabel:`Groups` tabs lets you see info on groups and change properties. The :guilabel:`Name` field shows the name of the group. The :guilabel:`Group ID` shows the numeric group id of the group in the name field. The :guilabel:`Members` show the members of the current group. + Screenshot ---------- .. image:: users_and_groups.png From cafcd2eac9af259a2ce5867b5cc28e6c4d383ca5 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 16:16:58 -0800 Subject: [PATCH 121/150] Add warning to not play around with users and groups --- source/3/3.2/3.2.15/users_and_groups.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.15/users_and_groups.rst b/source/3/3.2/3.2.15/users_and_groups.rst index 475d30c8..e1de5e49 100644 --- a/source/3/3.2/3.2.15/users_and_groups.rst +++ b/source/3/3.2/3.2.15/users_and_groups.rst @@ -13,7 +13,11 @@ The :guilabel:`users` tab lets you manage Users.To create a new useage create a To change your users password you can press on the button with a key and enter the new password and enter new password and then use a password to authenticate that you have permission to do this. -The :guilabel:`Groups` tabs lets you see info on groups and change properties. The :guilabel:`Name` field shows the name of the group. The :guilabel:`Group ID` shows the numeric group id of the group in the name field. The :guilabel:`Members` show the members of the current group. +The :guilabel:`Groups` tabs lets you see info on groups and change properties. The :guilabel:`Name` field shows the name of the group. The :guilabel:`Group ID` shows the numeric group id of the group in the name field. The :guilabel:`Members` show the members of the current group. + +.. warning:: + + Changing user and group permissions without knowing what you are doing could break your system. Screenshot ---------- From 1dec1262a9e00d610008ebcfb5d98d625f5e796d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 16:28:01 -0800 Subject: [PATCH 122/150] Add idleness watcher to power management. --- source/3/3.2/3.2.12/power_management.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/3/3.2/3.2.12/power_management.rst b/source/3/3.2/3.2.12/power_management.rst index 0b15edfe..32ccf11c 100644 --- a/source/3/3.2/3.2.12/power_management.rst +++ b/source/3/3.2/3.2.12/power_management.rst @@ -13,6 +13,8 @@ On a laptop power management should show a + with a ring around it represeneting The :guilabel:`Lid` tab manages settings for when you close your laptop lid. The lid watcher lets you choose to suspend or shut off your computer when the lid is closed on battery or on AC. The checkbox for :guilabel:`Enable Lid Watcher` enables actions to be taken when the laptop lid is closed and of course unchecking means it won't take any action. The :guilabel:`On battery` field changes what action to take when your laptop which each does it like it sounds like. +The :guilabel:`Idle` tab manages what happens when you walk away from your keyboard. The :guilabel:`When idle then` you slect whether you want to do nothing, Lock Screen, Suspend, hibernate, Shutdown or turn off monitor. The :guilabel:`Idle time` fields tell you how long to wait when you are away before the idleness watcher takes the action you wish. + Screenshot ---------- .. image:: power_management.png From 5697729ff3d2b612861144d7226888c2a4762213 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 16:32:00 -0800 Subject: [PATCH 123/150] Remove uneeded whitespace --- source/3/3.2/3.2.3/brightness.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index 74232580..743992e2 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -5,7 +5,7 @@ Brightness is a tool to control your screen brightness. If you are using a lapto Useage ------ -To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. +To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. If you do not want to confirmation click the :guilabel:`Require Confirmation after settings chang`. From 04a903d53e733cf082bf41d5584e79765756e5d8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 22:27:51 -0800 Subject: [PATCH 124/150] Add labels for the sliders --- source/2/2.3/2.3.3/Skanlite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.3/2.3.3/Skanlite.rst b/source/2/2.3/2.3.3/Skanlite.rst index 0b12f0a3..a489b537 100644 --- a/source/2/2.3/2.3.3/Skanlite.rst +++ b/source/2/2.3/2.3.3/Skanlite.rst @@ -15,7 +15,7 @@ To change the dpi or dots per inch is the dpi drop down menu for scanner resolut To zoom in press the magnifying glass button with a plus sign conversely to move out press the magnifying glass button with a minus sign. To change your resolution change the scan resolution drop down and select the dots per inch you want to use. -To change the brightness of a scan slide the slider or input an a positive or negative number into the the numeric field. To change constrast slide the slider or input a positive or negative number in the numeric field. +To change the brightness of a scan slide the :guilabel:`brightness` slider or input an a positive or negative number into the the numeric field. To change constrast slide the :guilabel:`Contrast` slider or input a positive or negative number in the numeric field. To select part of a scan you particularly want to save is to click over a preview of a scan and you will drag the selection with the mouse. To clear selections that can be automatically selected but canceled with a brown smudge with an x on it. From 34f0e8993fe06bbb999b7ba0392513ad86f2fe6b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 22:36:35 -0800 Subject: [PATCH 125/150] Add label for include mouse cursor --- source/2/2.3/2.3.2/screenshot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.3/2.3.2/screenshot.rst b/source/2/2.3/2.3.2/screenshot.rst index 45c29a4b..18f6bbd1 100644 --- a/source/2/2.3/2.3.2/screenshot.rst +++ b/source/2/2.3/2.3.2/screenshot.rst @@ -7,7 +7,7 @@ Useage ------ To use screenshot the whole screen takes a screenshot of your entire screen, current window only takes only the current window and capture an area of the screen lets you select an area interacetively. To start the interactive area left click and then drag the mouse in a rectangle to select the area you want to take a screenshot. There is also a delay for the screenshot you can set like a timer for a camera in the bottom right corner of the screen. -To have your titlebar and frame around the window on a current window is a checkbox on the bottom. The include mouse cursor will include your mouse cursor in the screenshot. +To have your titlebar and frame around the window on a current window is a checkbox on the bottom. The :guilabel:`Include mouse cursor` checkbox will include your mouse cursor in the screenshot. After taking your screenshot it will open up in the image viewer and to save it press :kbd:`Control + S` or :menuselection:`File --> Save`. From 8616c5834633982869281b9b5127a40648a2a847 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 22:39:42 -0800 Subject: [PATCH 126/150] Add upload pictures to lximage --- source/2/2.3/2.3.1/lximage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.3/2.3.1/lximage.rst b/source/2/2.3/2.3.1/lximage.rst index 261f55f3..54573bab 100644 --- a/source/2/2.3/2.3.1/lximage.rst +++ b/source/2/2.3/2.3.1/lximage.rst @@ -5,7 +5,7 @@ Lximage is the default image viewer for lubuntu. Useage ------ -To open a picture press :menuselection:`File --> Open`, :kbd:`Control + O`, or press the button that looks like a opening folder. If you do not like the picture press :kbd:`Del` or :menuselection:`File --> Delete`. +To open a picture press :menuselection:`File --> Open`, :kbd:`Control + O`, or press the button that looks like a opening folder. If you do not like the picture press :kbd:`Del` or :menuselection:`File --> Delete`. If you want to upload a picture to share it online press :menuselection:`Edit --> Upload`. To use lximage use the arrow to the right to view the next file in the folder and the arrow to the left to view the previous folder. To open a new picture press the open button which looks like a blue folder with a piece of paper in it. To save the file as something press the button that looks like a floppy disk. @@ -15,7 +15,7 @@ To rotate an image to the right press the circular arrrow that points to the rig To flip your image on the vertical axis :menuselection:`Edit --> Flip Vertically`. To flip your image on the horizontal axis :menuselection:`Edit --> Flip Horizonatally`. -To copy an image to the clipboard you can :menuselection:`Copy to Clipboard`. To paste an image to the clipboard :menuselection:`Paste to Clipboard`. +To copy an image to the clipboard you can :menuselection:`Copy to Clipboard`. To paste an image to the clipboard :menuselection:`Paste from Clipboard`. To view the next picture on your image press the right arrow and conversly to view the previous image press the left arrow. To view thumbnials of the current directory you can toggle thumbnials and thumbnails will show at the buttom with a scrollbar at the bottom of the window to view the whole folder. You can also scroll between different pictures with the mousewheel as well. To jump to the first picture press :kbd:`home` or :menuselection:`Go --> First File`. To jump to the last picture press :kbd:`end` or :menuselection:`Go --> Last File`. From d0880f2bab17a5607a6cc746da9549ce4e82a321 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 25 Dec 2018 22:44:05 -0800 Subject: [PATCH 127/150] Fix typo --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index 05759243..bc89f51e 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -18,7 +18,7 @@ Usage ------ To open a pdf file use :menuselection:`File --> Open` from the menu or :kbd:`Control + O` on the keyboard. If you have a pdf open use :menuselection:`File --> Open` in new tab from the menu, click the Open in new tab button or press :kbd:`Control + T`. To refresh a pdf click the Refresh button or press :kbd:`F5` just like most web browsers. To switch between tabs on the keyboard you can press control :kbd:`control + tab` to go the next tab or :kbd:`control + shift + tab` to cycle through your tabs in the opposite direction. At the bottom of the tab menu will be a list of all your tabs you have open with the title of each document. To close the tab press the red X button on the tab or press :kbd:`Control +W`. To close all tabs on qpdfview press :kbd:`Control + Shift +W`. -If you want to view a particular page select the box (e.g. page 1/3) and tpye the page number (e.g. page 3/3). To move to the previous and next page use the left and right arrow buttons respectively. There are numerous zoom option, including percentage, page width, page size, continous, and multiple pages. Another way to jump to a particular page is to press :kbd:`control + j` or :menuselection:`Edit --> Jump to Page`. To go back to page which you have just come from press :kbd:`control + enter` or :menuselection:`Edit --> Jump backward`. To jump forward a page press control + shift + enter or :menuselection:`Edit --> Jump Forward`. +If you want to view a particular page select the box (e.g. page 1/3) and type the page number (e.g. page 3/3). To move to the previous and next page use the left and right arrow buttons respectively. There are numerous zoom option, including percentage, page width, page size, continous, and multiple pages. Another way to jump to a particular page is to press :kbd:`control + j` or :menuselection:`Edit --> Jump to Page`. To go back to page which you have just come from press :kbd:`control + enter` or :menuselection:`Edit --> Jump backward`. To jump forward a page press control + shift + enter or :menuselection:`Edit --> Jump Forward`. To print your pdf press :kbd:`Control + P` or :menuselection:`File --> Print`. If you are printing the pdf in black and white you can however tpggle previewing the file in black and white by pressing :kbd:`Control + U` or :menuselection:`View --> Convert to grayscale`. From 60dac206aa806c3509aea3ddec73eacab4214fe8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Dec 2018 16:38:47 -0800 Subject: [PATCH 128/150] Style keyboard shortcuts for presentation mode and add how to leave --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index bc89f51e..99c5c69b 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -33,7 +33,7 @@ To view two pages at once like if you want to see a two page spread of an illust To search through your pdf file you can press :kbd:`control + f` or from the menu :menuselection:`edit --> search`. You will get taken to the results and will appear highligheted in yellow to see through the results you can press the down arrow to see results farther in the document and press the upward pointed arrow button to see results towards the start of the document. -To make qpdfview fullscreen you can press :kbd:`f11`. To enter presentation mode you can press :kbd:`f12` wihch is makes the content of the pdf take up the fullscreen and gives you no menubars. To exit presentation mode you can press :kbd:`f12` again. To advance to the next page in the presentation press the spacebar or the right arrow. To go back a page in presentation press the left arrow. +To make qpdfview fullscreen you can press :kbd:`f11`. To enter presentation mode you can press :kbd:`f12` wihch is makes the content of the pdf take up the fullscreen and gives you no menubars. To exit presentation mode you can press :kbd:`f12` again. To advance to the next page in the presentation press the :kbd:`spacebar` or the :kbd:`right arrow`. To go back a page in presentation press the :kbd:`left arrow`. To exit the presentation press :kbd:`escape`. To make an annotation press :kbd:`Control +A` or :menuselection:`Edit --> Add annotation`. To view the annotation you have made or edit it again press click on what looks like a sticky note with a pin in it. To remove your annotation right click on the annotation and click remove annotation. If you just want to highligh something slect add highlight at the context menu right then. From c232c77b9f724b7c934fbb2f6d7fbec572ec424d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Dec 2018 16:56:53 -0800 Subject: [PATCH 129/150] Add invert colors and how to discolor --- source/2/2.2/2.2.6/qpdfview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.6/qpdfview.rst b/source/2/2.2/2.2.6/qpdfview.rst index 99c5c69b..492fcf9e 100644 --- a/source/2/2.2/2.2.6/qpdfview.rst +++ b/source/2/2.2/2.2.6/qpdfview.rst @@ -21,7 +21,7 @@ To open a pdf file use :menuselection:`File --> Open` from the menu or :kbd:`Con If you want to view a particular page select the box (e.g. page 1/3) and type the page number (e.g. page 3/3). To move to the previous and next page use the left and right arrow buttons respectively. There are numerous zoom option, including percentage, page width, page size, continous, and multiple pages. Another way to jump to a particular page is to press :kbd:`control + j` or :menuselection:`Edit --> Jump to Page`. To go back to page which you have just come from press :kbd:`control + enter` or :menuselection:`Edit --> Jump backward`. To jump forward a page press control + shift + enter or :menuselection:`Edit --> Jump Forward`. -To print your pdf press :kbd:`Control + P` or :menuselection:`File --> Print`. If you are printing the pdf in black and white you can however tpggle previewing the file in black and white by pressing :kbd:`Control + U` or :menuselection:`View --> Convert to grayscale`. +To print your pdf press :kbd:`Control + P` or :menuselection:`File --> Print`. If you are printing the pdf in black and white you can however tpggle previewing the file in black and white by pressing :kbd:`Control + U` or :menuselection:`View --> Convert to grayscale`. To invert the colors of your pdf press :kbd:`Control +I` or :menuseleciton:`View --> Invert Colors`. To trim the margins off your pdf file press :kbd:`control +Shift +U` or :menuselection:`View --> Trim margins`. If you want to turn any of the alrenetes colors or trimmed margins off press or use the menu in the same thing again. To select text or an image from qpdfview press :kbd:`control+c` or :menuselection:`Edit --> Copy to clipboard`. Then the cursor will turn into a crosshair and you will be able to expand a box to slect either text or an image and a menu to select copying the text, selecting the text, copying the image, or saving the image to file. From 557d459476223edaa224d78ce661fc6aad083403 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Dec 2018 17:03:11 -0800 Subject: [PATCH 130/150] Add large window on how to format characters if someone wants that --- source/2/2.2/2.2.5/libreoffice_writer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index b03878b1..d67f6456 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -18,7 +18,7 @@ Useage ------ To use libreoffice writer type what you wish to type into the main part of the window. If you wish to save your data press the icon that looks like a floppy disk or press :kbd:`control + s`. To open a previously saved document press the button that looks like a folder or press :kbd:`control + o`. To load or save a file from the menu :menuselection:`File --> Open` to open a file or :menuselection:`File --> Save`. To save your file as a new file name :menuselection:`File --> Save As`. To view your recent documents :menuselection:`File --> Recent Documents`. To have save your file as a pdf press the button that is a sheet of paper with curved red lines on it or go :menuselection:`File --> Export` and select the file type as pdf. This same export menu will let you save in formats for other programs for compatibility with microsoft word. -To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. To make your text bold you can select the text with the mouse and press the button that looks like **B** or press :kbd:`control + B`. To make the font italic press the button that looks like *I* or press :kbd:`control + I` after selecting the text or keep typing with it to be italic. To make strikethrough press the button that is a s with a line through it. +To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. To make your text bold you can select the text with the mouse and press the button that looks like **B** or press :kbd:`control + B`. To make the font italic press the button that looks like *I* or press :kbd:`control + I` after selecting the text or keep typing with it to be italic. To make strikethrough press the button that is a s with a line through it. If you want a floating window on how to style your text :menuselection:`Format --> Character`. To copy text select it with the mouse or :kbd:`Shift + arrow key` then press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To cut text select it first and then press :kbd:`Control +X` or :menuselection:`Edit --> Cut`. To paste text press :kbd:`Control +V` or :menuselection:`Edit --> Paste`. To paste with no formatting press :kbd:`Control + Alt + Shift+ V` or :menuselection:`Edit --> Paste Unformatted Text`. From 11dfa439c94dafea9e39858237d3db51e465f424 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Dec 2018 17:26:22 -0800 Subject: [PATCH 131/150] Greatly improve columns --- source/2/2.2/2.2.5/libreoffice_writer.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index d67f6456..6648a6c2 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -26,7 +26,9 @@ To change font color press the button that has a T with a drop on it and a red u To make text superscript press the button with A and a smaller B located above it as if it in superscript. To make text subscript press the button that is an A with a smaller B located slightly below it. -If you want text in a text box that can be moved with the mouse press the button that looks like a T with a box around it or :menuselection:`Insert --> Text box`. To insert a hyperlink press :kbd:`Control + K` or :menuselection:`Insert --> Hyperlink`. To add multiple columns to your document :menuselection:`Format --> Columns`. +If you want text in a text box that can be moved with the mouse press the button that looks like a T with a box around it or :menuselection:`Insert --> Text box`. To insert a hyperlink press :kbd:`Control + K` or :menuselection:`Insert --> Hyperlink`. + +To add multiple columns to your document :menuselection:`Format --> Columns`. To have multiple columns in the field that says :guilabel:`Columns` and set to the number of columns you want. When you are done with your settings press the :guilabel:`OK` button or if you decide you do not want to make changes to columns press the :guilabel:`Cancel` button. To check the spelling of your document press the ABC button with a checkmark, from the menu -> tools spelling or press :kbd:`f7`. To view how your document looks before printing it :menuselection:`File --> Print preview` or :kbd:`Control +Shift +O`. To get back to editing your document press the same thing again or click the close preview button. After you are done writing your document you can press the button that looks like a printer to print, press :kbd:`control+ p` or :menuselection:`file --> print`. To view your word count of how many words are currently in the document is with nothing slected at the bottom of the libreoffice writer window. If you select text with the mouse you can also see the word count of selection from the same spot. From 24e2aed41a2f29cef180efa8c69031f77433752b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Dec 2018 22:06:54 -0800 Subject: [PATCH 132/150] Add labels to desktop --- source/3/3.2/3.2.5/desktop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.2/3.2.5/desktop.rst b/source/3/3.2/3.2.5/desktop.rst index 60f871fd..504364eb 100644 --- a/source/3/3.2/3.2.5/desktop.rst +++ b/source/3/3.2/3.2.5/desktop.rst @@ -12,10 +12,10 @@ Useage ------ To change the desktop background you can either type the path of the file you can type in Wallpaper image file or use browse to bring up a dialog to choose which the desktop. The drop down of wallpaper mode lets you change how the image you select for a wallpaper changes. If you want an image to have multiple copies of a smaller image select tile image from the drop down. If you do not want an image and just a solid color select fill with background color only. -The drop down menu for icon size lets you choose a different size of desktop icons you can choose a size that looks good on your screen. +The drop down menu for :guilabel:`icon size` lets you choose a different size of desktop icons you can choose a size that looks good on your screen. -The box labeled select font lets you choose which font and size information from a dialog box. On the left is a box for which font to select on on the bottom or type the name on top. The middle lets you choose the font style of the font on your desktop. On the far right is a choice for the size of your font which you can select from the menu. The box for text color brings up a widget to pick color of either the text color or the shadow color of the icons. +The box labeled :guilabel:`select font` lets you choose which font and size information from a dialog box. On the left is a box for which font to select on on the bottom or type the name on top. The middle lets you choose the font style of the font on your desktop. On the far right is a choice for the size of your font which you can select from the menu. The box :guilabel:`select text color` brings up a widget to pick color of either the text color or the shadow color of the icons. Screenshot From e17d9eeea0fd3d5021192c3c8fc426c7a48567de Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 12:15:32 -0800 Subject: [PATCH 133/150] Add useage to locale --- source/3/3.2/3.2.9/locale.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/3/3.2/3.2.9/locale.rst b/source/3/3.2/3.2.9/locale.rst index e02f87cc..a34e0b0c 100644 --- a/source/3/3.2/3.2.9/locale.rst +++ b/source/3/3.2/3.2.9/locale.rst @@ -7,6 +7,10 @@ Screenshot ---------- .. image:: locale.png +Useage +------ +To change your locale the :guilabel:`Region` shows the name of your local and in the drop down menu you can type the name of your locale to search through the locales or scroll through the long list. Under the :guilabel:`Examples` will show how numbers Time Currency and measurment units will be shown on your system. If you do not like the changes you can press the :guilabel:`Reset` button. + Version ------- Lubuntu ships with version 0.13.0 of Locale. From 454a8832c42747144f80531773c4216a1e5ac12b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 14:01:40 -0800 Subject: [PATCH 134/150] Add labels to monitor settings --- source/3/3.2/3.2.10/monitor_settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.2/3.2.10/monitor_settings.rst b/source/3/3.2/3.2.10/monitor_settings.rst index e2b35003..41727c63 100644 --- a/source/3/3.2/3.2.10/monitor_settings.rst +++ b/source/3/3.2/3.2.10/monitor_settings.rst @@ -14,9 +14,9 @@ If you use a single monitor you can change your single monitor resolution on the If you want to rotate a monitor on the advanced tab from the menu labeled rotation choose the way you want to rotate the monitor with inverted being upsdie down. Below you can also choose the refresh rate of monitor from the drop down menu to choose how fast your monitor refreshes. -To display info on your monitor click the info tab and read that info. The fields explained will be the Name of the monitor the serial numberthe size of the display and the serial number. +To display info on your monitor click the :guilabel:`info` tab and read that info. The fields explained will be the Name of the monitor the serial numberthe size of the display and the serial number. -To save your monitor settings press the save button and a pop up will show that your have your settings ok for you and press yes. The saved setting will save with a name for your time. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. +To save your monitor settings press the :guilabel:`save` button and a pop up will show that your have your settings ok for you and press :guilabel:`yes`. The saved setting will save with a name for your time. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. .. image:: monitor_settings.png From cd239482919ec4db8ec84527a9ab9da899883f6e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 14:16:13 -0800 Subject: [PATCH 135/150] Reword badly worded sentence --- source/3/3.2/3.2.10/monitor_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.10/monitor_settings.rst b/source/3/3.2/3.2.10/monitor_settings.rst index 41727c63..132c3f34 100644 --- a/source/3/3.2/3.2.10/monitor_settings.rst +++ b/source/3/3.2/3.2.10/monitor_settings.rst @@ -16,7 +16,7 @@ If you want to rotate a monitor on the advanced tab from the menu labeled rotat To display info on your monitor click the :guilabel:`info` tab and read that info. The fields explained will be the Name of the monitor the serial numberthe size of the display and the serial number. -To save your monitor settings press the :guilabel:`save` button and a pop up will show that your have your settings ok for you and press :guilabel:`yes`. The saved setting will save with a name for your time. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. +To save your monitor settings press the :guilabel:`save` button and a pop up will show that your have your settings ok for you and press :guilabel:`yes`. To view your saved settings press the :guilabel:`Settings` button. Your saved settings are by default saved under the time and date. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. .. image:: monitor_settings.png From 1b2fd3680efcde39407c6a592e36f368e0a7e71c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 16:47:55 -0800 Subject: [PATCH 136/150] Finish labeling saved settings --- source/3/3.2/3.2.10/monitor_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.10/monitor_settings.rst b/source/3/3.2/3.2.10/monitor_settings.rst index 132c3f34..765294f8 100644 --- a/source/3/3.2/3.2.10/monitor_settings.rst +++ b/source/3/3.2/3.2.10/monitor_settings.rst @@ -16,7 +16,7 @@ If you want to rotate a monitor on the advanced tab from the menu labeled rotat To display info on your monitor click the :guilabel:`info` tab and read that info. The fields explained will be the Name of the monitor the serial numberthe size of the display and the serial number. -To save your monitor settings press the :guilabel:`save` button and a pop up will show that your have your settings ok for you and press :guilabel:`yes`. To view your saved settings press the :guilabel:`Settings` button. Your saved settings are by default saved under the time and date. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the apply button and your settings will be applied. To give your saved settings a meaninful name you can press the rename button with a name for what you want and can remember what it is. If you want to delete theese setting later press the delete button. +To save your monitor settings press the :guilabel:`save` button and a pop up will show that your have your settings ok for you and press :guilabel:`yes`. To view your saved settings press the :guilabel:`Settings` button. Your saved settings are by default saved under the time and date. If you want to apply your saved settings press the settings button with the wrench and screwdriver. To choose your saved settings press the setting you want and the :guilabel:`apply` button and your settings will be applied. To give your saved settings a meaninful name you can press the :guilabel:`rename` button with a name for what you want and can remember what it is. If you want to delete theese setting later press the :guilabel:`delete` button. .. image:: monitor_settings.png From 277b9faa0ac0ca3bfd7e4f32784cbc239e7af75d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 16:51:23 -0800 Subject: [PATCH 137/150] Add missing label to session settings --- source/3/3.2/3.2.13/session_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 55cc2daa..50bd1e5d 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -15,7 +15,7 @@ The :guilabel:`Autostart` tab has settings for what to autostart. The autostart The tab for :guilabel:`Environment (Advanced)` has many effects for you environment variables for your session. Several of theese varibles relate to hidpi support see ``_ . -If you want to undo changes you have done press the reset button with brown smudge with an X and reset on it. +If you want to undo changes you have done press the :guilabel:`reset` button. Screenshot ---------- From f38574a98f09d9405923783053bb9e12e609b981 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 16:53:31 -0800 Subject: [PATCH 138/150] fix typos --- source/3/3.2/3.2.13/session_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 50bd1e5d..c7bef563 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -7,7 +7,7 @@ Usage ------ The :guilabel:`Basic Settings` tab lets you change with a window manager and LXQt modules. To change the window manager used by LXQt, on the basic settings tab use the drop down menu labeled window manager. Choose from the drop down list or search if the drop down list does not contain your new window manager. LXQt modules lists the different part of LXQt if you find you do not want part of LXQt active you can enable or disable them here. If you wish to start the compton X11 compositor you can do so here, we have chosen to disable it at default to lower system resources by default. -The checkbox for ask confirmation for leaving session gives you a simple yes no dialog to amke sure you really want to leave so you do not lose your work uncheck it if you do not want this and find this dialog annoying. The lock screen before suspending /hibrenating locks your screen before suspending and hibernating and is checked by default unchecking this will leave this so the screen is not unlocked after suspending or hibernating. +The checkbox for ask confirmation for leaving session gives you a simple yes no dialog to make sure you really want to leave so you do not lose your work uncheck it if you do not want this and find this dialog annoying. The lock screen before suspending or hibrenating locks your screen before suspending and hibernating and is checked by default unchecking this will leave this so the screen is not unlocked after suspending or hibernating. The :guilabel:`Default Applications` tab lets you change your default browser and terminal emeulator. The drop down for terminal emulator lets you change the terminal emulator and the drop down for web browser lets you change your webbrowser. From 36ffd08c33a78a246be6c54dda60d8748c329934 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 16:57:03 -0800 Subject: [PATCH 139/150] style keyboard shortcuts --- source/3/3.2/3.2.3/brightness.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index 743992e2..53e8e5da 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -5,7 +5,7 @@ Brightness is a tool to control your screen brightness. If you are using a lapto Useage ------ -To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. +To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the :kbd:`left arrow` key or click on the dial and drag it towards the left. If you want to make the screen more bright press the :kbd:`right arrow` key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select :guilabel:`yes`. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. If you do not want to confirmation click the :guilabel:`Require Confirmation after settings chang`. From d7c62c7c1040caafa67d0cde67977fd38f69c481 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 17:02:38 -0800 Subject: [PATCH 140/150] Add setting GTK2 and GTK3 theme --- source/3/3.2/3.2.2/appearance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.2/appearance.rst b/source/3/3.2/3.2.2/appearance.rst index 7f6412f7..37e62a81 100644 --- a/source/3/3.2/3.2.2/appearance.rst +++ b/source/3/3.2/3.2.2/appearance.rst @@ -10,7 +10,7 @@ Lubuntu ships with version 0.13.0 of appearance. Useage ------ -To change the useage Qt widget will change the buttons and tooblbars look on lubuntu in Qt applications. Check the checkbox :guilabel:`apply Set GTk` settings will apply native themes to GTk applications. The checkbox :guilabel:`Activate on single click` has makes things you normally need two clicks for one click. +To change the useage Qt widget will change the buttons and tooblbars look on lubuntu in Qt applications. Check the checkbox :guilabel:`apply Set GTk` settings will apply native themes to GTk applications. The field for :guilabel:`GTK 2 Theme` will select a theme for GTK2 applications. The :guilabel:`GTK3 theme` field sets the theme with GTK3 applications. The checkbox :guilabel:`Activate on single click` has makes things you normally need two clicks for one click. .. image:: appearance.png From a981373becb7082e46061123c1473eedecaebde8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 17:10:01 -0800 Subject: [PATCH 141/150] Add Sample of font to featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 32050c05..7a7556ef 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -24,7 +24,7 @@ If you make a mistake and want to undo it press :kbd:`control + z` or press the To search your text file press :kbd:`Control + f` or :menuselection:`search --> find` from the menu. Then in the bar on the bottom search for the text you want. Press the down arrow to move to the next result and the up arrow to move for the previous result in the text file. To jump to a particular line in a file press :kbd:`control +j` or search jump to or the button that looks like >>. Then in the bar at the bottom type in what line you want to jump to. To find and replace text press :kbd:`control +r` or :menuselection:`search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. -To change what font you want select :menuselection:`option --> font` to change your font sizes. To change each font on the on the font level. To change the size type the size you or select it from the drop down menu. To select a font size simply use a font style of italic or oblique. +To change what font you want select :menuselection:`option --> font` to change your font sizes. To change each font on the on the font level. To change the size type the size you or select it from the drop down menu. To select a font size simply use a font style of italic or oblique. To view a sample of your font :guilabel:`Sample` and will preview your text. To print a text :menuselection:`file --> Print` or press :kbd:`control + p`. From 59c0e22e1aa14836cc68bff5a0fe4f902755e0df Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 17:14:02 -0800 Subject: [PATCH 142/150] Add strikeout for Featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 7a7556ef..691511c7 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -24,7 +24,7 @@ If you make a mistake and want to undo it press :kbd:`control + z` or press the To search your text file press :kbd:`Control + f` or :menuselection:`search --> find` from the menu. Then in the bar on the bottom search for the text you want. Press the down arrow to move to the next result and the up arrow to move for the previous result in the text file. To jump to a particular line in a file press :kbd:`control +j` or search jump to or the button that looks like >>. Then in the bar at the bottom type in what line you want to jump to. To find and replace text press :kbd:`control +r` or :menuselection:`search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. -To change what font you want select :menuselection:`option --> font` to change your font sizes. To change each font on the on the font level. To change the size type the size you or select it from the drop down menu. To select a font size simply use a font style of italic or oblique. To view a sample of your font :guilabel:`Sample` and will preview your text. +To change what font you want select :menuselection:`option --> font` to change your font sizes. To change each font on the on the font level. To change the size type the size you or select it from the :guilabel:`Size` drop down menu. To select a font size simply use a font style of italic or oblique. To add an underlined font check the :guilabel:`Underline` checkbox. To view a sample of your font :guilabel:`Sample` and will preview your text. To print a text :menuselection:`file --> Print` or press :kbd:`control + p`. From f1338ae53bebf10c75defe67861111384f008715 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 17:22:06 -0800 Subject: [PATCH 143/150] Add copy/paste to featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 691511c7..909555a7 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -22,6 +22,8 @@ To open a new tab and empty text file press the button with a piece of paper wit If you make a mistake and want to undo it press :kbd:`control + z` or press the button that looks like a curved arrow pointing towards the left. To redo a change you have undone press the button with a curved arrow pointing towards the right. +To copy text from featherpad press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To paste text press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. + To search your text file press :kbd:`Control + f` or :menuselection:`search --> find` from the menu. Then in the bar on the bottom search for the text you want. Press the down arrow to move to the next result and the up arrow to move for the previous result in the text file. To jump to a particular line in a file press :kbd:`control +j` or search jump to or the button that looks like >>. Then in the bar at the bottom type in what line you want to jump to. To find and replace text press :kbd:`control +r` or :menuselection:`search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. To change what font you want select :menuselection:`option --> font` to change your font sizes. To change each font on the on the font level. To change the size type the size you or select it from the :guilabel:`Size` drop down menu. To select a font size simply use a font style of italic or oblique. To add an underlined font check the :guilabel:`Underline` checkbox. To view a sample of your font :guilabel:`Sample` and will preview your text. From 6c9d610291cbdba6da2d03630ce539d88d999a76 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 17:29:46 -0800 Subject: [PATCH 144/150] Add cut and select all --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 909555a7..032d8f70 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -22,7 +22,7 @@ To open a new tab and empty text file press the button with a piece of paper wit If you make a mistake and want to undo it press :kbd:`control + z` or press the button that looks like a curved arrow pointing towards the left. To redo a change you have undone press the button with a curved arrow pointing towards the right. -To copy text from featherpad press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To paste text press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. +To select all text in the text file press :kbd:`Control +A` or :menuselection:`Edit --> Select All`. To copy text from featherpad press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To paste text press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. To Cut text press :kbd:`Control+X` or :menuselection:`Edit --> Cut`. To search your text file press :kbd:`Control + f` or :menuselection:`search --> find` from the menu. Then in the bar on the bottom search for the text you want. Press the down arrow to move to the next result and the up arrow to move for the previous result in the text file. To jump to a particular line in a file press :kbd:`control +j` or search jump to or the button that looks like >>. Then in the bar at the bottom type in what line you want to jump to. To find and replace text press :kbd:`control +r` or :menuselection:`search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. From 45f6fd4a8744815b6922314ea747259cdf9ad63d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 22:37:59 -0800 Subject: [PATCH 145/150] Add delete selected text --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 032d8f70..f56ced7e 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -22,7 +22,7 @@ To open a new tab and empty text file press the button with a piece of paper wit If you make a mistake and want to undo it press :kbd:`control + z` or press the button that looks like a curved arrow pointing towards the left. To redo a change you have undone press the button with a curved arrow pointing towards the right. -To select all text in the text file press :kbd:`Control +A` or :menuselection:`Edit --> Select All`. To copy text from featherpad press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To paste text press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. To Cut text press :kbd:`Control+X` or :menuselection:`Edit --> Cut`. +To select all text in the text file press :kbd:`Control +A` or :menuselection:`Edit --> Select All`. To copy text from featherpad press :kbd:`Control +C` or :menuselection:`Edit --> Copy`. To paste text press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. To Cut text press :kbd:`Control+X` or :menuselection:`Edit --> Cut`. If you have text selected you can delete it by pressing :kbd:`Delete` or :menuselection:`Edit --> Delete`. To search your text file press :kbd:`Control + f` or :menuselection:`search --> find` from the menu. Then in the bar on the bottom search for the text you want. Press the down arrow to move to the next result and the up arrow to move for the previous result in the text file. To jump to a particular line in a file press :kbd:`control +j` or search jump to or the button that looks like >>. Then in the bar at the bottom type in what line you want to jump to. To find and replace text press :kbd:`control +r` or :menuselection:`search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. From f1148163580474451e595b4963b8ea7cb318de88 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 22:39:56 -0800 Subject: [PATCH 146/150] Slight reword --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 4dbc9720..37cf939d 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -19,7 +19,7 @@ To create a new empty text file press :kbd:`Control + Alt +N` or :menuselection: If you single click on a file you will select it. If you double click on it you will open it in the default program to open that file. If you right click on a file you can select which program to open a file with if you have multiple programs to open it. If you want to selct multiple files you can hold down control and select the files. To copy files select the file right click copy or press :kbd:`control +c`. To cut files select them right click cut and or press :kbd:`control + x`. After copying or cutting a file you can paste them with right click paste or press :kbd:`control +v`. To select all files in a directory is to press :kbd:`Control+ A` or right click Select All for all of the files. To select multiple files with the mouse you can hold down :kbd:`Control` and left click to select all of the files. -To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left with devices. This also happens other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. +To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left sidebar with devices. This same applies to other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. From 1bbf25c14e2a1841286c3c90e17d2ac38aad73e8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Dec 2018 22:47:12 -0800 Subject: [PATCH 147/150] Add permissions to pcmanfm-qt --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 37cf939d..0991a007 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -21,7 +21,9 @@ If you single click on a file you will select it. If you double click on it you To connect to a remote server such as a NAS go to the :menuselection:`go --> Connect to server` and authenticate to your remote storage. If you want to plug in removeable storage you can open the storage on the left sidebar with devices. This same applies to other internal filesystems on your computer. To eject removeable media press the button on the left with a circled up arrow to eject. -To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. The permissions tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. +To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. + +The :guilabel:`permissions` tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. To change permision of files the :guilabel:`Owner`, :guilabel:`Group`, or :guilabel:`Other` drop down menu will allow you to choose whether you can read, read and write, or forbidden. To make something executeable such as a script you wrote check the :guilabel:`Make the file executable`. Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. To view what files are on your desktop :menuselection:`Go --> Desktop` or on the places sidebar press the desktop item on the left. From 33d5e85bf90696cf8f26f9e34640d2b42d8fcd7e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Dec 2018 12:13:37 -0800 Subject: [PATCH 148/150] Add a label to pcmanfm-qt --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index 0991a007..26cee97e 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -27,7 +27,7 @@ The :guilabel:`permissions` tab will show you who owns the file which if you can Pcmanfm-qt can actually launch other applications in places Applications or :menuselection:`Go --> Applications` and then gets all the tasks in the menu in lxqt-panel. To view what files are on your desktop :menuselection:`Go --> Desktop` or on the places sidebar press the desktop item on the left. -To add a bookmark :menuselection:`Bookmarks --> Add to Bookmarks` and it will make a bookmark. To later access this bookmark it will be on the left hand side under bookmarks and under the bookmarks menu. +To add a bookmark :menuselection:`Bookmarks --> Add to Bookmarks` and it will make a bookmark. To later access this bookmark it will be on the left hand side under :guilabel:`bookmarks` and under the bookmarks menu. If you want to run an executeable script from pcmanfm double click and then click execute on the executeable. If you wish to edit the script you can press the open button. From 18ac64410955b7a44dcb119e350fff9271b4eb1b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Dec 2018 12:35:37 -0800 Subject: [PATCH 149/150] Add labels to Kcalc scientific mode --- source/2/2.4/2.4.3/Kcalc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index cf02b51e..b592cb3e 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -28,7 +28,7 @@ If you want even more functionality of Kcalc there is also scientific mode which The x squared button will take a x*x and multiply it by itself. The button with x and a superscript y will take x the number you have in will exponeniate x to the power of y. The x 10 with a supercript y will end up multiplying x by 10 to the power of y so for example to multiply 5 by 10 to the power of 3 entering in will give the answer of 5,000. -To change the unit that angles are measured in for triginometric units in Kcalc. Degrees take 360 to form a full circle while, 2Π radians form a full circle and 400 gradians form a full circle. The radio button for Deg is to select Degrees as the unit for angles, Rad selects radian as the unit of measurment of angles and Grad selects Gradians as the unit of measurement for angles. The Sin button takes what you have as the input and takes the trigonometric sine function of that value measured in the unit for angles you have selected. The cos button takes the cosine of the vlaue in the unit of angle you have selected. The tan button takes the tangent of the angle in the current units. +To change the unit that angles are measured in for triginometric units in Kcalc. Degrees take 360 to form a full circle while, 2Π radians form a full circle and 400 gradians form a full circle. The radio button for Deg is to select Degrees as the unit for angles, Rad selects :guilabel:`radian` as the unit of measurment of angles and :guilabel:`Grad` selects Gradians as the unit of measurement for angles. The :guilabel:`Sin` button takes what you have as the input and takes the trigonometric sine function of that value measured in the unit for angles you have selected. The :guilabel:`cos` button takes the cosine of the vlaue in the unit of angle you have selected. The :guilabel:`tan` button takes the tangent of the angle in the current units. .. image:: kcalc-scientific.png From 808c458d20874862fd924a7fd207830c024d4ad7 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Dec 2018 12:43:07 -0800 Subject: [PATCH 150/150] Add labels to simple buttons and finish scientific --- source/2/2.4/2.4.3/Kcalc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index b592cb3e..e81d2431 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -13,18 +13,18 @@ Features: Useage ------ -To do simple arithmetic click the numbers and then press the sign for addition, multiplication, subtraction, or division. You can also type in the numbers and press + for addition, - for subtraction, * for multiplication and / for division. To view the answer press the button that is an =. +To do simple arithmetic click the numbers and then press the sign for addition, multiplication, subtraction, or division. You can also type in the numbers and press :guilabel:`+` for addition, :guilabel:`-` for subtraction, :guilabel:`x` for multiplication and :guilabel:`/` for division. To view the answer press the button that is an :guilabel:`=`. .. image:: Kcalc.png -To make a number negative press the button that looks like a +/-. To insert decimals press the decimal point button which looks like . when you get to the part which is less than a whole number. To clear input from Kcalc Press the button with a C on it. To group operations so they happen together use the parenthesis to make things grouped to gether for example 2*(2+3) would give the result of 10 because it would add 2 and 3 and then multiply by two. +To make a number negative press the button that looks like a :guilabel:`+/-`. To insert decimals press the decimal point button which looks like . when you get to the part which is less than a whole number. To clear input from Kcalc Press the button with a C on it. To group operations so they happen together use the parenthesis to make things grouped to gether for example 2*(2+3) would give the result of 10 because it would add 2 and 3 and then multiply by two. To copy and answer out of Kcalc press :kbd:`control + c` or :menuselection:`edit --> copy` from the menu. To paste a number into Kcalc you can press :kbd:`control + v` or :menuselection:`edit --> paste` from the menu. To cut the text from Kcalc press :kbd:`control +x` or :menuselection:`edit --> cut` from the menu. Scientific calculator mode advanced fuctionality ------------------------------------------------ -If you want even more functionality of Kcalc there is also scientific mode which is acessed from :menuselection:`settings --> scientific mode` radio button. The button 1/x takes takes 1 and divides it by the number currently on the calculator also known as taking the reciprocal. x! read x factorial will take the number X you entered and multiple each number going down to 1 for example 5! would multiply 5*4*3*2*1. +If you want even more functionality of Kcalc there is also scientific mode which is acessed from :menuselection:`settings --> scientific mode` radio button. The button :guilabel:`1/x` takes takes 1 and divides it by the number currently on the calculator also known as taking the reciprocal. :guilabel:`x!` read x factorial will take the number X you entered and multiple each number going down to 1 for example 5! would multiply 5*4*3*2*1. The x squared button will take a x*x and multiply it by itself. The button with x and a superscript y will take x the number you have in will exponeniate x to the power of y. The x 10 with a supercript y will end up multiplying x by 10 to the power of y so for example to multiply 5 by 10 to the power of 3 entering in will give the answer of 5,000.