키보드를 사용하여 활성 창을 가로로 스크롤하는 유틸리티가 있습니까?
답변1
설치 xbindkeys
하고 xautomation
. 편집 ~/.xbindkeysrc.scm
하고 쓰세요:
; bind (Windows key + arrows) to horizontal scroll events
(xbindkey '(mod4 Left) "xte 'mouseclick 6'")
(xbindkey '(mod4 Right) "xte 'mouseclick 7'")
달리기xbindkeys
다른 키 세트를 사용하려면 xbindkeys --multikey
조회 코드를 사용하세요.
인용하다: