#!/bin/ash
#141117 sfs
m(){ ntf -i "Переключение рабочего стола" ; }
if pidof jwm ;then
     xdotool key Alt+Left && m
else xdotool key Ctrl+Alt+Left && m
fi
