Logo

GitLab

Sign in

Factorio / calculator-ui

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • calculator-ui
  • calcui-hotkey.lua
  • Updated to Factorio 2.0
    9d6691a6
    Stefan Wichmann authored
    2024-10-30 20:18:11 +0100  
    Browse Code ยป
calcui-hotkey.lua 135 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
data:extend({
	{
		type = "custom-input",
		name = "calcui_hotkey",
		key_sequence = "CONTROL + SHIFT + C",
		consuming = "none"
	}
})