Blame view

calcui-hotkey.lua 134 Bytes
3ef575ee   Stefan Wichmann   Initial checkin
1
2
3
4
  data:extend({
  	{
  		type = "custom-input",
  		name = "calcui_hotkey",
c6cb1d22   Stefan Wichmann   Bugfix 0.18.1 - b...
5
  		key_sequence = "CONTROL + SHIFT + C",
3ef575ee   Stefan Wichmann   Initial checkin
6
7
  		consuming = "none"
  	}
c6cb1d22   Stefan Wichmann   Bugfix 0.18.1 - b...
8
  })