mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Rebased
This commit is contained in:
parent
8c5c3f52ff
commit
a81b9b46b4
13 changed files with 19 additions and 36 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
AUTHOR='ipkpjersi'
|
||||
DESCRIPTION='Allows you to use CRTL + PRINTSCREEN to take a screenshot.'
|
||||
VERSION=1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue