VNote a great program to write in markdown available to Linux (Like MX Linux 21, antiX 21)

 VNote is a great program, for my is great to write markdown Download VNote 32 bits  See my 32 bits deb build:  https://github.com/wachin/vnote/releases    Note: If you are curious, you will realize that the deb that I compiled is smaller than the ones on the github page of the Chinese developers, this is because VNote can use the dependencies of the Linux operating system, for example: Kdenlive, which is a program huge but because it uses many KDE dependencies, you can see this by looking at its packages:  kdenlive-data  which weighs 9 MB and  kdenlive  which weighs almost 3 MB, the same with the deb I compiled, instead the developers have made it available by integrating many of its dependencies right there to make it work on many (64-bit) Linux, not like the one I have compiled only for Linux based on Debian 11 Bullseye Download VNote 64 bits  On the official page:  https://github.com/vnotex/vnote/releases    As you can...

How to add ksnip 1.5.0 shortcuts to antiX 9 because this version not have

ksnip 1.5.0 (screen shot tool)  is working very well in antiX 9, you can download and Install it from:

https://github.com/DamirPorobic/ksnip/releases/tag/v1.5.0

chose the deb file:




install it with gdeb-gtk or from command line, see this.

with iceWM default Window Manager antiX 9 is working very well, this is the reason for I am using, but this program doesn't have shotcut in the version 1.5.0, but you can launch from command line with the options you need. To see that you put in a terminal

ksnip --help

Now I have a list of options.

STEPS TO ADD IN ANTIX 9:

Clic Control Center and next clic in "Edit IceWM Settings":



This open Geany, you need to search Tab "keys":



in this place found with "Ctrl + F" the word: "print":



then replace that lines with:


###Added ksnip on the Print key to entire screen
key "Print" ksnip -f

###Added ksnip to take screenshot in rectangular area
key "Ctrl+Alt+r" ksnip -r

###Added ksnip to take screenshot in rectangular area in 3 second
key "Ctrl+Alt+s" ksnip -d 3 -r


here a screenshot:




don't forget you need to save.

Now restart icewm:



the changes will now are available.

Note: At this time Darmir the developer are working in 1.6 stable version that come with shortcuts, we need to wait.

Note 2: The only problem with this method is knip open in a new instance, the you use it, close


CONSULT:

IceWM - Keyboard shortcuts
http://hrclinux.blogspot.com/2013/05/icewm-keyboard-shortcuts_24.html

Comments