Custom keymap in the new 2.8 update

i tried to load my custom keymap from previous version on the new build and i get these errors…does that mean it won’t work anymore due to new changes of keymap code?is this just a temporary problem when later i can keep my own modified version without starting from scratch?
Key

You’ll need to update the script, it is a matter of doing some find & replace in a text editor.

SELECTMOUSE, ACTIONMOUSE, EVT_TWEAK_S and EVT_TWEAK_A should be respectively:

  • LEFTMOUSE, RIGHTMOUSE, EVT_TWEAK_L and EVT_TWEAK_R (if you have left click select)
  • RIGHTMOUSE, LEFTMOUSE, EVT_TWEAK_R and EVT_TWEAK_L (if you have right click select)

thanks, it got ride of the errors but if the 3d cursor is the active tool it uses both mouse buttons, LMB for 3D cursor tweak and RMB for single click where i want LMB for object selection/tweaking and RMB for 3D cursor.

here even in the status bar