DreymaR / BigBagKbdTrixPKL

"DreymaR's Big Bag of Keyboard Tricks" for Windows with EPKL
Other
326 stars 32 forks source link

VR_GR doesn't input a backtick #51

Closed nochiel closed 1 year ago

nochiel commented 1 year ago

EPKL_Layouts_Override is:

[pkl]
layout = Colemak\Cmk-eD\Cmk-eD_ANS_AWideSym:Colemak-eD AWideSym(ANS)        ; Generated by the EPKL Layout Picker UI, 2022-09-24_01-36
[layout]
QWCLK = BACK/Ext    0       @ex0    @ex1    *#.     @ex6    @ex7    ; Caps as Mother-of-DKs (MoDK) on tap, Extend on hold; Ctrl+{Ext} = emoji picker

If I type: `aaaa` the log says:

C0  029 h   u   0.06    `               
41  01E h   d   1.39    a               
41  01E i   d   0.01    a               
41  01E i   u   0.00    a               
41  01E h   u   0.08    a               
41  01E h   d   1.01    a               
41  01E i   d   0.02    a               
41  01E i   u   0.00    a               
41  01E h   u   0.11    a               
41  01E h   d   0.20    a               
41  01E i   d   0.02    a               
41  01E i   u   0.00    a               
41  01E h   u   0.05    a               
41  01E h   d   0.16    a               
41  01E i   d   0.02    a               
41  01E i   u   0.00    a               
41  01E h   u   0.09    a               
C0  029 h   d   0.41    `               
A2  01D i   d   0.01    LControl        
A5  138 i   d   0.00    RAlt            
52  01F i   d   0.00    r               
52  01F i   u   0.00    r               
A2  01D i   u   0.02    LControl        
A5  138 i   u   0.00    RAlt            
A2  01D i   d   0.00    LControl        
A2  01D i   u   0.00    LControl        
C0  029 h   u   0.08    `       

However shift+vc_gr outputs a tilde as expected.

How do I override the layout so that backtick works as expected?

DreymaR commented 1 year ago

Is the backtick a dead key on your native Windows layout? What is your underlying Windows layout?

If a key is a DK in the OS layout, it should be marked as such in the Settings file. This makes EPKL output a Space to release the underlying DK.

nochiel commented 1 year ago

Is the backtick a dead key on your native Windows layout? What is your underlying Windows layout?

🤦🏾‍♂️ Silly me! Of course! I forgot that I had this Colemak layout already installed.

Thank you!