Skip to content

Commit

Permalink
XMG Fusion 15: Fn + 1, 2, 3, 4, etc. work as Num1, Num2, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Sep 6, 2020
1 parent bfb8a59 commit 75bff18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions XmgFusion15.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ sc178 & Right::End



; ====
; ==== Fn + 1, 2, 3, 4, etc. work as Num1, Num2, etc.
sc178 & 0::NumPad0
sc178 & 1::NumPad1
sc178 & 2::NumPad2
sc178 & 3::NumPad3
sc178 & 4::NumPad4
sc178 & 5::NumPad5
sc178 & 6::NumPad6
sc178 & 7::NumPad7
sc178 & 8::NumPad8
sc178 & 9::NumPad9

; ====
; ==== Disable some Fn Shortcuts which I do not like
Expand Down

0 comments on commit 75bff18

Please sign in to comment.