How to enable touchpad gestures for a bluetooth keyboard?

I have KDE Plasma installed on my laptop with Wayland. When I use the touchpad on my laptop, I have 2-finger, 3-finger, as well as 4-finger gestures working perfectly fine. But when I use my bluetooth keyboard which happen to have a touchpad as well, the only gesture that works is the 2-finger one. Is this a shortcoming of my keyboard or the Wayland gestures do not work on a bluetooth keyboard?

I’m not sure about this particular problem…
But heres a link to the archwiki on libinput gestures:
https://wiki.archlinux.org/title/Libinput#Gestures

Please note that I don’t use a touchpad; The following information may not be accurate, however, it should serve as a general guide that you can build upon, with a little research.

To configure touchpad gestures:

Install any packages needed, for example:

yay -S libinput-gestures
# or #
pamac install libinput-gestures

Start and enable the gesture service, for example:

systemctl --user start libinput-gestures
systemctl --user enable libinput-gestures

Configure gestures as needed, for example:

nano ~/.config/libinput-gestures.conf

Customize according to your preference.

That is all. Cheers.