add(historyPrevPageNav);
add(historyNextPageNav);
add(historyFirstPageNav);
add(historyLastPageNav);
mousetrap().addBind(new KeyBinding().addKeyCombo(KeyBinding.LEFT), historyPrevPageNav);
mousetrap().addBind(new KeyBinding().addKeyCombo(KeyBinding.RIGHT), historyNextPageNav);
mousetrap().addBind(new KeyBinding().addKeyCombo(KeyBinding.SHIFT, KeyBinding.LEFT), historyFirstPageNav);
mousetrap().addBind(new KeyBinding().addKeyCombo(KeyBinding.SHIFT, KeyBinding.RIGHT), historyLastPageNav);
pageNav.setDependentNavigator(pageNav2);
pageNav2.setDependentNavigator(pageNav);
add(pageNav);
add(pageNav2);