크롬에서 창바꾸기 / firefox 처럼 switch windows / switch tabs
chrome 에서 ctrl+tab 을 ’최신탭으로 이동’으로 변경
QuicKey 라는 extension 이 이 기능을 제공한다.
아래 링크로 가면, 크롬의 ‘키보드 단축키’(Keyboard shortcuts)에서 Ctrl+Tab
에 대한 설정을 어떻게 하는 지 알려준다. 글을 보면 javascript 를 이용해서 한다.
chrome.developerPrivate.updateExtensionCommand({
extensionId: "ldlghkoiihaelfnggonhjnfiabmaficg",
commandName: "010-open-popup-window",
keybinding: "Ctrl+Tab"
});
참고로 이전의 ctrl + tab
으로 tab 을 이동하는 것은 ctrl + page up
, ctrl + page down
을 이용하면 된다.
댓글 없음:
댓글 쓰기