Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:mousepad:start [2022/03/01 17:52] – [Introduction] gaelapps:mousepad:start [2023/07/02 08:03] (current) – Update Latest Release section kevinbowen
Line 89: Line 89:
 ===== Keybindings ===== ===== Keybindings =====
  
-After its first use, Mousepad will generate the file ''~/.config/Mousepad/accels.scm'', containing the list of configurable keybindings. To customize a keybindinguncomment the corresponding line by removing the semicolon at the beginning, then change the shortcut at the end of the line, without touching the rest.+After its first use, Mousepad will generate the file ''~/.config/Mousepad/accels.scm'', containing the list of configurable keybindings. This file is overwritten by Mousepad at the end of each session, so to customize a keybinding you have to: 
 +  * quit Mousepad; 
 +  * open this file with a different text editor; 
 +  * uncomment the line corresponding to the shortcut you want to customize by removing the semicolon at the beginning
 +  * change the shortcut at the end of the line, without touching the rest. 
 + 
 +As of version 0.5.9, Mousepad has a shortcuts editor that can be accessed from the "Edit" menu or the preferences dialog, "Plugins" tab. However, it requires Libxfce4ui 4.17.5 to work, which is a development version. It is therefore likely that until Xfce 4.18 is released, this plugin will not be available in the versions of Mousepad packaged by your distribution. 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Theming ===== 
 + 
 +As of version 0.5.9, Mousepad has a CSS style class "mousepad" to ease theming, which is used for example in this way: 
 + 
 +    .mousepad { color: red; } 
 + 
 +It is also possible to mitigate some bugs by this way, like scrollbar grabbing when Mousepad is maximized (see https://gitlab.xfce.org/apps/mousepad/-/issues/34): 
 + 
 +    .mousepad.maximized > box > notebook > stack, 
 +    .mousepad.maximized > box > notebook > stack > scrolledwindow { 
 +      border-left: 0; 
 +      border-right: 0; 
 +    }
  
 [[|Back to Top]] [[|Back to Top]]
Line 105: Line 128:
  
   * [[https://wiki.gnome.org/Projects/gspell|gspell]] >= 1.6.0   * [[https://wiki.gnome.org/Projects/gspell|gspell]] >= 1.6.0
 +  * [[https://gitlab.xfce.org/xfce/libxfce4ui|libxfce4ui]] >= 4.17.5
  
 [[|Back to Top]] [[|Back to Top]]
Line 122: Line 146:
 The original mime type file will be kept as ''~/.config/mimeapps.list.bak'' after running this command. The original mime type file will be kept as ''~/.config/mimeapps.list.bak'' after running this command.
 ===== Latest Release ===== ===== Latest Release =====
-{{rss>https://archive.xfce.org/feeds/project/mousepad 1 date description 2h}}+{{rss>https://archive.xfce.org/feeds/project/mousepad 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/apps/mousepad/-/blob/master/NEWS|Read the CHANGELOG]]
  
-  * **[[https://archive.xfce.org/src/apps/mousepad/|Previous Releases]]**+  * **[[https://archive.xfce.org/src/apps/mousepad/|Download current release]]** (link also contains older versions)
  
 [[|Back to Top]] [[|Back to Top]]