Skip to content

Instantly share code, notes, and snippets.

@tildejustin
Created September 1, 2025 20:29
Show Gist options
  • Select an option

  • Save tildejustin/7167c5146798b6241bc6537f2d64b192 to your computer and use it in GitHub Desktop.

Select an option

Save tildejustin/7167c5146798b6241bc6537f2d64b192 to your computer and use it in GitHub Desktop.
prism component to disable the narrator hotkey
{
"formatVersion": 1,
"libraries": [
{
"downloads": {
"classifiers": {
"natives-linux": {
"sha1": "ac641755a2a841d1fca9e660194f42523ee5cfe0",
"size": 7833,
"url": "https://libraries.minecraft.net/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-linux.jar"
},
"natives-windows": {
"sha1": "c0b242c0091be5acbf303263c7eeeaedd70544c7",
"size": 81379,
"url": "https://libraries.minecraft.net/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-windows.jar"
}
}
},
"extract": {
"exclude": [
"META-INF/"
]
},
"name": "com.mojang:text2speech:2025.0.0-fake-version",
"natives": {
"linux": "natives-windows",
"windows": "natives-linux"
}
}
],
"name": "Disable Narrator",
"uid": "dev.tildejustin.disable_narrator",
"version": "1.0.0"
}
@babeoban
Copy link

can you make something that can disable that f3+t key that reload rsp. i always misclick when play rank

@tildejustin
Copy link
Author

can you make something that can disable that f3+t key that reload rsp. i always misclick when play rank

you fundamentally misunderstand why this works and the reason it is allowed. it's not just a way to disable an arbitrary keybind, it's a specific feature of the game that this config unhides. and anyway you can just void bind F3 & T::Return via ahk, so I'm not sure why you would want something this complicated anyway. the only reason this solution is desirable over ahk for narrator is Ctrl has multiple purposes in game (drop stack) and this is the only way to only affect one but not both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment