Skip to content

Latest commit

 

History

History

ExtendLayer

Extend Layer AutoHotkey scripts

This script provides a new navigation and editing layer on a chosen modifier key called 'Extend'. It is similar to, and inspired by, DreymaR's Extend Layer, but this implementation is entirely in AutoHotkey.

The key to act as the modifier is configurable. DreymaR's version uses CapsLock, but I have found LeftAlt is also an excellent choice. The script uses the virtual key "F24" to represent the 'Extend' function. To configure, remap the chosen physical key to the virtual key "F24", and the new layer will become available by holding down that key.

  • Provides navigation features such as arrow keys, home, end, page up/down, backspace/delete without the need to move your hands away from the home position.
  • Also defines accessible additional shift and control within the layer to allow easy selection and editing of text.
  • Detects keyboard scancodes so as to work with any keyboard layout. Tested with Qwerty and Colemak.

Download a configuration for Qwerty or Colemak standard layouts: extend_layer_std.png

Download a configuration for the Qwerty or Colemak layouts with wide configuration: extend_layer_wide_std.png

Download a configuration for the Colemak Mod-DH layout: extend_layer_dh.png

Download a configuration for the Colemak Mod-DH layout with wide configuration: extend_layer_wide_dh.png