Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0007879Dwarf FortressTechnical -- Input/Keybinding/Macrospublic2014-08-06 13:152014-08-18 08:08
Kanddak 
Footkerchief 
normalminoralways
confirmedopen 
MacMacOS10.7.5
0.40.06 
 
0007879: Can't use * (asterisk) to page selection down in contexts where view/cursor can be moved
I am playing on a MacBook Pro, which has no numeric keypad, so I type * as shift+8.
If I am inspecting the contents of a [k] tile, [v] creature, or [t] building, and I try to use * to scroll down a page, the cursor moves north 10 tiles so that the tile/creature/building is no longer selected.
Fix: Delete the "By position: Shift+8" binding from "Move view/cursor up, fast" in the General keybindings, which seems to serve no good purpose anyway -- there's a separate "By position: Shift+Numpad 8" binding for those who navigate using a numeric keypad.
No tags attached.
related to 0005270resolved Toady One Naming burrows does not block keyboard cursor movement making numbers hard to use in the name 
has duplicate 0008067resolved Footkerchief Pressing star '*' key in workshop/stockpile menus also moves pointer on map 
has duplicate 0008241resolved Footkerchief using the * ( shift + 8 ) 
related to 0000967acknowledged Footkerchief Can't type numbers when naming alerts 
Issue History
2014-08-06 13:15KanddakNew Issue
2014-08-06 13:46FootkerchiefNote Added: 0028486
2014-08-06 13:46FootkerchiefAssigned To => Footkerchief
2014-08-06 13:46FootkerchiefStatusnew => needs feedback
2014-08-06 18:50KanddakNote Added: 0028502
2014-08-06 18:50KanddakStatusneeds feedback => assigned
2014-08-06 19:33lethosorNote Added: 0028504
2014-08-06 19:33lethosorRelationship addedrelated to 0005270
2014-08-06 19:33lethosorNote Edited: 0028504bug_revision_view_page.php?bugnote_id=0028504#r10898
2014-08-06 19:36lethosorNote Edited: 0028504bug_revision_view_page.php?bugnote_id=0028504#r10899
2014-08-18 08:07FootkerchiefRelationship addedhas duplicate 0008067
2014-08-18 08:08FootkerchiefSummaryCan't use * to page selection down in contexts where view/cursor can be moved => Can't use * (asterisk) to page selection down in contexts where view/cursor can be moved
2014-08-18 08:08FootkerchiefStatusassigned => confirmed
2014-09-04 23:26FootkerchiefRelationship addedhas duplicate 0008241
2018-05-30 09:12lethosorRelationship addedrelated to 0000967

Notes
(0028486)
Footkerchief   
2014-08-06 13:46   
The bug is that the default keybindings aren't laptop-friendly?
(0028502)
Kanddak   
2014-08-06 18:50   
The bug is that one keystroke is bound to two different functions that don't play well together -- one function that is probably primarily used on laptops (top-row Shift+8 = *), and one function that is probably used by no one (top-row, rather than numpad, number keys for navigation).
(0028504)
lethosor   
2014-08-06 19:33   
(edited on: 2014-08-06 19:36)
This is the same idea as 0005270, and is probably fixable by giving SECONDSCROLL_PAGEDOWN priority over CURSOR_UP_FAST in this case.