marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/pksrc/keyconf.txt

26 lines
883 B
Plaintext

// Key Sections --------------------------------------------------------------|
addkeysection "Lithium Actions" Lithium
addmenukey "Open CBI" lith_k_opencbi
addmenukey "Special Action" +lith_k_qact
addmenukey "Zoom In" lith_k_zoomin
addmenukey "Zoom Out" lith_k_zoomout
// Aliases -------------------------------------------------------------------|
alias lith_k_opencbi "pukename Lith_KeyOpenCBI"
alias +lith_k_qact "+user4"
alias -lith_k_qact "-user4"
alias lith_k_zoomin "pukename Lith_KeyZoom 30"
alias lith_k_zoomout "pukename Lith_KeyZoom -60"
alias __lith_puketrm "pukename Lith_RunTerminal %1"
alias __lith_pukedlg "pukename Lith_RunDialogue %1"
alias __lith_pukemail "pukename Lith_GiveMail %1"
// Binds ---------------------------------------------------------------------|
defaultbind i lith_k_opencbi
defaultbind g +lith_k_qact
// EOF