Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 540 Bytes

icewm-13.md

File metadata and controls

20 lines (13 loc) · 540 Bytes
title
Hot Keys - IceWM Manual

Prev Top Next

Hot Keys

IceWM allows launching of arbitrary programs with any key combination. This is configured in the keys file. The syntax of this file is like:

key "key combination" program options...

For example:

key  "Alt+Ctrl+t"  xterm -rv
key "Ctrl+Shift+r" icewm --restart
runonce "Alt+F12"  "res_name.res_class" program_executable options

Prev Top Next