binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

ctrl-d is set to some action which is not in keymappings

Open libtero opened this issue 9 months ago • 2 comments

What is the feature you'd like to have? be able to bind ctrl-d

Is your feature request related to a problem? yes, ctrl-d is set to some action related to selection, it seems like it sets token highlight to nearest brace. the key ctrl-d is not visible in key mappings

Are any alternative solutions acceptable? i can just bind it to other key but i have 'D' for display as decimal, and wanted 'ctrl-d' for unsigned decimal. i can set it to ctrl-d but it works the 2nd time i click it, first time i click it moves selection to nearest brace

Im on macOS.

libtero avatar May 09 '25 04:05 libtero

I can confirm that pressing "Ctrl + D" does highlight one of the tokens, but I do not see why that is happening -- no code appears to be related to it, and I guess that is also the reason we do not see it in the keybindings list

Will raise this for internal discussion

xusheng6 avatar May 14 '25 06:05 xusheng6

For some reason this the same behavior of pressing the 'end' key.

plafosse avatar Jun 10 '25 14:06 plafosse