This commit is contained in:
ceikry 2024-09-14 13:51:41 -05:00
parent 8c5c3f52ff
commit a81b9b46b4
13 changed files with 19 additions and 36 deletions

View file

@ -6,11 +6,6 @@ import plugin.api.API
import java.awt.event.KeyAdapter
import java.awt.event.KeyEvent
@PluginMeta (
author = "ipkpjersi",
description = "Allows you to use CRTL + PRINTSCREEN to take a screenshot.",
version = 1.0
)
class plugin : Plugin() {
override fun Init() {
API.AddKeyboardListener(object : KeyAdapter() {

View file

@ -0,0 +1,3 @@
AUTHOR='ipkpjersi'
DESCRIPTION='Allows you to use CRTL + PRINTSCREEN to take a screenshot.'
VERSION=1.0