/TabFocus

Implement button focus by press tab feature in pre-1.9 (Legacy Fabric Mod)

Primary LanguageJavaMIT LicenseMIT

TabFocus

Implement button focus by press tab feature in pre-1.9 (Legacy Fabric Mod)

  • Press Tab to focusing next button
  • Press Enter to click focused button
  • Support 1.7.10 / 1.8.9

tbafocus

Implement for devs

repositories {
	...
	maven { url 'https://jitpack.io' }
}

dependencies {
	...
	modImplementation 'com.github.RedLime:TabFocus:1.0'
	//modImplementation include 'com.github.RedLime:TabFocus:1.0'
}