Alain De Vos May 19, 2020 #1 When I press F10 I want to run "mount -t msdosfs /dev/daX /mnt/X" When I press F11 I want to run "umount /mnt/X" How can this be performed ?
When I press F10 I want to run "mount -t msdosfs /dev/daX /mnt/X" When I press F11 I want to run "umount /mnt/X" How can this be performed ?
Minbari May 19, 2020 #3 Sevendogsbsd said: Can you set a keyboard shortcut to do this in Mate’ ? Click to expand... Why not? x11/xbindkeys can do that in Mate or in any other DE/WM.
Sevendogsbsd said: Can you set a keyboard shortcut to do this in Mate’ ? Click to expand... Why not? x11/xbindkeys can do that in Mate or in any other DE/WM.
OP Alain De Vos May 19, 2020 Thread Starter #4 Oh I see you can add custom keyboard shortcuts with mate-keybinding-properties , that worked.