carnac icon indicating copy to clipboard operation
carnac copied to clipboard

Inconsistency in names for PageUp and PageDn

Open rickyweb opened this issue 3 years ago • 2 comments

The keys on the computer are called "pgup" and "pgdn", but on screen you see "PageUp" and "Next". Users seeing "Next" can't understand that I used the "pgdn" key, more so if "pgup" is not called "Previous" but correctly "PageUp".

rickyweb avatar Jun 17 '21 09:06 rickyweb

The is a fix in another fork: https://github.com/doggy8088/carnac/commit/11ab04e91437f3256c0b7bf84602a329d9b33830

mawdesign avatar Nov 21 '21 23:11 mawdesign

Meanwhile, the following yml file will at least also say PageDown (still has Next though):

group:          
process:        

shortcuts:
    - name: PageDown
      keys:
      - PageDown

mawdesign avatar Nov 21 '21 23:11 mawdesign