Commit Graph

66 Commits

Author SHA1 Message Date
FlamedDogo99
e382e2c00c Fixed error for window.lastKey 2024-06-06 21:29:11 -06:00
FlamedDogo99
4c5f3ada39 Fixed autodetect 2024-06-06 21:22:12 -06:00
FlamedDogo99
293069257d
Temporary fix for null weirdness
I honestly have no idea
2024-06-06 16:10:19 -06:00
FlamedDogo99
69f8dedef5
Moved keyboardFix event listener 2024-06-06 15:56:10 -06:00
FlamedDogo99
1da82869d4
Added extra “?” 2024-06-06 15:44:09 -06:00
FlamedDogo99
df6beeaa05
Fixed backspace crash 2024-06-06 15:33:31 -06:00
FlamedDogo99
ea7ca0ae7e
Update eaglermobile.user.js 2024-06-06 11:45:25 -06:00
FlamedDogo99
3ec4bf6b6a
Changing handler back?
I keep getting an undefined error
2024-06-06 11:42:45 -06:00
FlamedDogo99
f80522aefa
Fixed event handler 2024-06-06 11:36:26 -06:00
FlamedDogo99
122d0e6f6e
Fixed equals sign 2024-06-06 11:29:13 -06:00
FlamedDogo99
f5e74945ec
Auto detect keyboard issue
First attempt:
hiddenInput saves the most recent value to window.lastKey
If we detect a keydown event with invalid key, keyCode or which, we enable window.keyboardFix, and redispatch the key from window.lastKey
The keyboard blocking function now checks for window.keyboardFix
2024-06-06 11:26:45 -06:00
FlamedDogo99
2ed6365c42 Updated from userscript 2024-06-06 09:49:08 -06:00
FlamedDogo99
5a179285e5 Added comments for keyEvent 2024-06-06 09:46:34 -06:00
FlamedDogo99
4cfbd57fb0
Replaced delete with backspace 2024-06-06 09:09:23 -06:00
FlamedDogo99
242e8d2e0c
Fixed comma issue 2024-06-06 09:03:07 -06:00
FlamedDogo99
5ae2833d66
Updating toKeyCode function 2024-06-06 08:59:54 -06:00
FlamedDogo99
180ac326fe
Updated version for testing 2024-06-06 08:45:40 -06:00
FlamedDogo99
916d73065e
Improved keyEvent function
Removed shiftKeyEvent and deleteKeyEvent
2024-06-06 08:45:05 -06:00
FlamedDogo99
5f9ebad404
Fixed keyboard override
Only injects code on keypress event listeners
2024-06-06 06:44:53 -06:00
FlamedDogo99
0badfd6f8c
Last ditch-effort
If this doesn’t work on android, I don’t know what will
2024-06-05 21:04:01 -06:00
FlamedDogo99
9ae89de928 update version for testing 2024-06-03 17:33:56 -06:00
FlamedDogo99
a4a90072e2 Added polyfill for apply and call
I really hope this works
2024-06-03 17:31:47 -06:00
FlamedDogo99
603e2971f7 Update eaglermobile.user.js 2024-06-03 14:22:52 -06:00
FlamedDogo99
d524fbb9af Update version temporarily 2024-06-03 14:21:00 -06:00
FlamedDogo99
7ed4d29450 Hiding cursor 2024-06-03 14:19:20 -06:00
FlamedDogo99
fa12e9bcee Added position:absolute 2024-06-03 14:15:52 -06:00
FlamedDogo99
6d60d94001 Hide input 2024-06-03 14:07:38 -06:00
FlamedDogo99
4139c5a70e Removing zoom on select 2024-06-03 14:00:43 -06:00
FlamedDogo99
aed6d14c13 Added android workaround
Also I accidentally converted all the tabs to spaces, thus the large diff. I think this will be the standard from now on
2024-06-03 13:53:22 -06:00
FlamedDogo99
22fb12d51a
Added goal 2024-06-02 17:30:49 -05:00
FlamedDogo99
a3358bc3ec
Updated version
Forgot to do this, sorry.
2024-06-02 17:29:47 -05:00
FlamedDogo99
41f6a7d88a
Merge pull request #8 from colbychittenden/main
Added keyboard toggling
2024-06-02 17:12:55 -05:00
Colbster937
7ca791a8ef
added keyboard toggling 2024-06-02 15:50:17 -05:00
FlamedDogo99
a14d301ce1
Quick fix for android keyboard
See issue tracker
2024-06-02 10:12:10 -05:00
FlamedDogo99
e5bf8c9c8f
Fixed userscript metadata 2024-06-01 22:07:10 -05:00
FlamedDogo99
0f87949b48
Update README.md 2024-06-01 21:33:48 -05:00
FlamedDogo99
3e372c9337
Update README.md 2024-06-01 21:32:29 -05:00
FlamedDogo99
2ee81d7d50 Updated eaglerforge copy 2024-06-01 21:29:40 -05:00
FlamedDogo99
9462369f0a Fixed incorrect keybind 2024-06-01 21:25:12 -05:00
FlamedDogo99
28ff8a35b0 Fixed keyup issue 2024-06-01 21:22:29 -05:00
FlamedDogo99
42f4ffac9b Forgot to add key events 2024-06-01 21:19:49 -05:00
FlamedDogo99
f51bc7338a Fixed dumb issue
Bad console log
2024-06-01 21:17:17 -05:00
FlamedDogo99
eaf77269be UI Update
Drew new icons for the touch controls and changed the layout
2024-06-01 21:12:03 -05:00
FlamedDogo99
edd5ae31f0 Refactoring
Lots of house cleaning! The names of variables and functions now have a consistent naming scheme. The scrollwheel events have been given a function. Button styles have been updated. Mobile buttons have the mobileButton class, and can be given a inGame or inMenu class to hide them respectively. Adding buttons is now slightly easier.
2024-05-30 09:15:30 -06:00
FlamedDogo99
0f220dd5ea
Merge pull request #2 from radmanplays/main
add eaglermobile for eaglerforge
2024-05-30 06:09:49 -06:00
radmanplays
7e9a407900
Update eaglermobile-ef.js 2024-05-30 10:39:38 +03:30
radmanplays
f9a151e051
Merge branch 'FlamedDogo99:main' into main 2024-05-30 10:36:27 +03:30
FlamedDogo99
c3759ac270
Merge pull request #4 from FlamedDogo99/FlamedDogo99-select-button-1
Update README.md
2024-05-28 15:55:26 -06:00
FlamedDogo99
75ae7516b6
Merge pull request #3 from FlamedDogo99/FlamedDogo99-select-button
Added select button
2024-05-28 15:55:08 -06:00
FlamedDogo99
985ebe274f
Update README.md 2024-05-28 15:54:42 -06:00