Thank you, kmilo works, added bonus some of the Fn keys work.
The touchpad needed some tweaking, not aware of any config options to kmilo.
I found the following on the Arch list, touchpad works like I want, Fn keys still work
Quote
Create a file: /etc/X11/xorg.conf.d/30-touchpad.conf
edit the file to include:
"Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection"
greg