Skip to content

Instantly share code, notes, and snippets.

@kellpossible
Last active October 7, 2023 08:29
Show Gist options
  • Save kellpossible/d2d7992b4aa6b9214577596843d307b6 to your computer and use it in GitHub Desktop.
Save kellpossible/d2d7992b4aa6b9214577596843d307b6 to your computer and use it in GitHub Desktop.
xkb swap pause with delete key for HP Omen 15 2020
pause:swapdelete = +pause(swapdelete)
pause:swapdelete Swap the delete key with the pause key
partial function_keys
xkb_symbols "swapdelete" {
replace key <PAUS> { [ Delete ] };
replace key <DELE> { [ Pause ] };
};
@kellpossible
Copy link
Author

Unfortunately the pause key doesn't have repeat and I've been unable to solve that problem so far.

@superddr
Copy link

superddr commented Oct 7, 2023

Unfortunately the pause key doesn't have repeat and I've been unable to solve that problem so far.

me too, never buy anything from hp again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment