Bootstrap button dropdown: http://twitter.github.com/bootstrap/components.html#buttonDropdowns
When i select a button dropdown, i would like to use keyboard up/down
Bootstrap has native support for keyboard navigation.
Just add role="menu" to your dropdown-menu
Here is an example, just save as .html and take a test
1 2 3 menu one two three
http://jsfiddle.net/damphat/WJS9p/