miraf
1
Together with @nikonn, searching through FiveM’s GitHub repository, we have found TextEntry name for FiveM keybinds category! (Keybinds from RegisterKeyMapping)
It wasn’t easy…
On Google there is only one listing with it, which is even not a script/tutorial, but an internal FiveM file (GameInput.cpp).

Example: (Script on github)
Citizen.CreateThread(function()
AddTextEntry('PM_PANE_CFX', 'Server Name')
end)
In game:
5 Likes