SuperB Keymap System
Bmap is a universal keymap system design for almost all applications and even games. By define each key on the keyboard with a meanings, the applications can map there own set of shortcuts/actions to fit those meanings.
- Familiarity: The design is taking from standard keymap from many popular applications, there for it's:
- Easy to learn and get used to.
- Many GUI applications have already roughly follow this keymap system.
- Ergonomic:
- It keep your hand on home position (unlike WASD and HJKL that shift all your finger to the left 1 key)
- Have left-handed variant (swap variant).
Here is the full design where each keys is define with a meaning:
These key don't do anything by itself, but it can be combined with each other and other key to alter the meaning.
- Shift: Do something stronger, wider of do in reverse.
- Control: Do something more focus, more specific or with more control.
- Mod: Do something but differently, with small change or do in alternative meta.
- System: Do systemwide operation.
Further explanation:
- Area: Switch tabs, open panel, expand drawing area, toggle GUI.
- Advance: Open advance/pipe menu, jump (in game).
Bmap have two keymap groups, one for movement and one for action. These are all used frequently and deserve to be place on the most easy to reach and comfortable to press positions:
Depend on the application, user preference or if you are left handed, you could use this variant.
Four famous standard keys appear on literally every application.
Further explanation:
- Time: Undo/redo, timeline operation, open history, running (in game).
- Cut: Delete (but also copy), close.
- In: Copy, interac to get/set something from the environment (e.g: get items, talk to NPC, toggle zoom).
- Out: Paste, interac to give/put something from the environment (e.g: fire special weapon).
Standard from modern productivity tools and editors.
Further explanation:
- Target: Jump to next/previous target.
- Play: Play/pause something, print out.
- Previous/Next: Changes selected items to next/previous value.
- Code: Comment, code format.
Reason:
- Target: In many tools: press Ctrl+F to "Find", press Ctrl+H to "Find and Replace". But because we have already use F so we will use H to target.
- Code:
- Ctrl+/ often be use to comment lines in many code editor.
- / often be use to open console commands in some games.
Standard from vi
editor.
Further explanation:
- Assign: Select a register.
- Command: Open command prompt.
These keymap are based on popular game genres keymaps with ESDF mod in mind (every keys are shift to the right 1 key).
Further explanation:
- Focus: Crawl, stealthily, change operating range.
- Self: Flip selection cursor and anchor, do something to/about self.
- Item: Rotate main selection, cycle through items, switch item.
- Communicated: Talk/chat (with team), ping, taunt.
Further explanation:
- Local: Do something in close range.
- Movement: Jump (in text editor), quick teleport, open map.
We are focus on heavy keyboard usage productivity applications, specifically text editor.
Special thanks to:
- Keybinding design blogs by Xah Lee
- Ergoemacs-mode by Xah Lee, David Capello, Kin Storm, Walter Landry and Matthew Fidler
- Vim keymap by Bram Moolenaar
- Kakoune keymap by Maxime Coste
- Helix keymap by Blaž Hrastnik
- Pepper keymap by Matheus Lessa