Hotkeys not working in MSI GF63

Hello community, I recently installed Manjaro Gnome edition in my new MSI GF63. The current spec of my laptop is:

kernel: 6.1
nvidia-drivers: nvidia-525
cpu: i7-11800H
gpu: NVIDIA RTX3050

I have a lot of hotkeys in my keyboard which are combined with Fn key, like:

Fn+F2: Screenshare
Fn+F3: Disable or enable touchpad
Fn+F6: Disable or enable webcam
Fn+F7: Gaming mode
Fn+F10: Airplane mode
Fn+F12: Suspend PC

Among these only the webcam key & the suspend button works. Others are simply wiered. I tested them with sudo evtest. The results are

Fn+F2:

Event: time 1676232953.242996, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1676232953.242996, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 1
Event: time 1676232953.242996, -------------- SYN_REPORT ------------
Event: time 1676232953.254220, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1676232953.254220, -------------- SYN_REPORT ------------
Event: time 1676232953.264260, type 4 (EV_MSC), code 4 (MSC_SCAN), value 19
Event: time 1676232953.264260, type 1 (EV_KEY), code 25 (KEY_P), value 1
Event: time 1676232953.264260, -------------- SYN_REPORT ------------
Event: time 1676232953.357310, type 4 (EV_MSC), code 4 (MSC_SCAN), value 19
Event: time 1676232953.357310, type 1 (EV_KEY), code 25 (KEY_P), value 0
Event: time 1676232953.357310, -------------- SYN_REPORT ------------
Event: time 1676232953.358800, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1676232953.358800, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0
Event: time 1676232953.358800, -------------- SYN_REPORT ------------

Fn+F3

Event: time 1676233013.825953, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1676233013.825953, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1
Event: time 1676233013.825953, -------------- SYN_REPORT ------------
Event: time 1676233013.826740, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1676233013.826740, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 1
Event: time 1676233013.826740, -------------- SYN_REPORT ------------
Event: time 1676233013.827740, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76
Event: time 1676233013.827740, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 1
Event: time 1676233013.827740, -------------- SYN_REPORT ------------
Event: time 1676233013.829125, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1676233013.829125, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 0
Event: time 1676233013.829125, -------------- SYN_REPORT ------------
Event: time 1676233013.849398, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1676233013.849398, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0
Event: time 1676233013.849398, -------------- SYN_REPORT ------------
Event: time 1676233013.859550, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76
Event: time 1676233013.859550, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 0
Event: time 1676233013.859550, -------------- SYN_REPORT ------------

Fn+F7

Event: time 1676233048.893910, type 4 (EV_MSC), code 4 (MSC_SCAN), value 8a
Event: time 1676233048.893910, -------------- SYN_REPORT ------------
Event: time 1676233048.896462, type 4 (EV_MSC), code 4 (MSC_SCAN), value 8a
Event: time 1676233048.896462, -------------- SYN_REPORT ------------

When I press Fn+F10, I don’t get any response in the evtest testing. The other buttons webcam toggle & the suspend button works completely fine. Also I have other general buttons in my keyboard like volume up/down and brightness up/down and keyboard brightness up/down. They works completely fine. I also tried to change the 60-keyboard.hwdb file, but that also didn’t help. I have issue open in the systemd github page but got no soultion. Can anyone help me about this? Apparently my volume up/down and brightness up/down and the keyboard brightness up/down button are seen as WMI buttons. May be that could help you.

sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:	Lid Switch
/dev/input/event1:	Sleep Button
/dev/input/event10:	PNP0C50:00 04F3:30AA Touchpad
/dev/input/event11:	Video Bus
/dev/input/event12:	Video Bus
/dev/input/event13:	sof-hda-dsp Mic
/dev/input/event14:	sof-hda-dsp Headphone
/dev/input/event15:	sof-hda-dsp HDMI/DP,pcm=3
/dev/input/event16:	sof-hda-dsp HDMI/DP,pcm=4
/dev/input/event17:	sof-hda-dsp HDMI/DP,pcm=5
/dev/input/event2:	Power Button
/dev/input/event3:	Power Button
/dev/input/event4:	AT Translated Set 2 keyboard
/dev/input/event5:	MSI WMI hotkeys
/dev/input/event6:	HD Webcam: HD Webcam
/dev/input/event7:	ETPS/2 Elantech Touchpad
/dev/input/event8:	gpio-keys
/dev/input/event9:	PNP0C50:00 04F3:30AA Mouse
Select the device event number [0-17]:  

Should I need to do some change for the WMI keys file? What can be done to fix these keys? I really need the airplane key

Anyone please help…