You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
685 B

# This goes in /etc/sohkd/sohkdrc
# ! = consume key
# [XYZ] = only in mode XYZ; if not mode is specified, the hotkey is *always* used
! + [browse] + h
sohkctl "nextInTree" "role=Header"
! + [browse] + k
sohkctl "nextInTree" "role=Link"
! + [browse] + b
sohkctl "nextInTree" "role=Button"
! + [browse] + t
sohkctl "nextInTree" "role=Table"
! + [browse] + Shift + h
sohkctl "prevInTree" "role=Header"
! + [browse] + Shift + k
sohkctl "prevInTree" "role=Link"
! + [browse] + Shift + b
sohkctl "prevInTree" "role=Button"
! + [browse] + Shift + t
sohkctl "prevInTree" "role=Table"
! + super + b
sohkmc "browse" "browse mode"
! + super + f
sohkmc "focus" "focus mode"