answersLogoWhite

0


Best Answer

Normally, you'd use CONTROL-[Selection] to choose more than one item in a drop-down list.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which key is used to select more than one item in a drop-down list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the middle item in binary search algorithm?

Binary search functions by taking a sorted linear list of items, then starting at the middle of the list testing "is it equal?", "is it less?" and "is it more?" If it is equal, then you've found your item. It it's less than what you're looking for, then you should skip to half way between the end of the list and where you currently are positioned and try again there. If it it's more, skip to half way to the start of the list. As you progress, you'll narrow in on your target. The middle item is the item located between the two points of searching. To start it's the first and last item in the list. Following, it's the midpoint between the current item and the previous item checked.


What types of wedding lists does John Lewis offer?

John Lewis only offers one type of wedding list. The service that they offer is free. The user begins by setting up a list, either online or in a John Lewis store. They have a handheld scanner which is used to select the gifts you would like instore. There is a choice of 350,000 products. Guests can select an item from your list either online or in the store. More information can be viewed on their webpage as well as a video detailing the process.


What can you do if you cannot list your item on eBay?

If you cannot list on ebay, you can list items on craigs list or other auction sites. You can use google to search for more sites.


How do you make a list with tags for each item?

Like to have a list of characters and to filter with the tag 'human' or 'animal' and it narrows, and to add more tags or filters to narrow the character list... How to do it or a website that does?


How do you get more voices for Mac OS x text to speech?

Click on Preferences -> Speech -> Text to Speech tab From there you can select from the base 6, or also select the more voices options to see the full list.


How do you make a fan page of Facebook?

1. Go to facebook.com/pages/create.2. Click to choose a Page category.3. Select a more specific category from the dropdown menu and fill out the required information.4. Click Get Started and follow the on-screen instructions.


How do you insert a Word in a list in Microsoft Excel?

If your list is in a column with each item in a separate cell, simply insert a new row and put your word in the blank cell created by the new row. If your list is a long text string all in one cell, press the F2 key to open the in-cell text editor, use the arrow keys to move the cursor to the desired position, and type in your word. I think the question is "How to add another item in the list that is already available?" 1. Select the cell which contains the list (Say, D1). 2. From the Menu Bar, Data--> Validation 3. In the data validation dialog box, "Settings" Tab, you will see 2 fields, "Allow" & "Source" 4. You should be able to see the value as "List" in the "Allow" drop-down. 5. If the "Source" field has the items of the list directly (Items that were available in D1 cell), you can just add another item to the list by typing in after a comma wherever necessary & click "OK". 6. Or, if the "Source" field has the cell reference where the items of the list are available, Go to those cells & insert your item or word you want to be available in the list & then follow steps 1 to 4. Then, click on the look-up icon near "Source" field & select the new cell reference where you added one more item & click "OK"


How do you get 2 or more dropdown menus dependent on the first selected one from database use asp?

Your probably going to want to put and IF..THEN statement inside one of the object properties. For example: IF object.property = your_option THEN show dropdown 1and 2


How do you write an algorithm to find the number of times a given ITEM occurs in LIST?

You can write any algorithm in any way you like. Many prefer pseudocode or flowcharts, others use prose or more formalized methods. For example, if you wanted to describe an algorithm to count the number of occurrences of a given item I in a given list L, I would propose the following pseudocode: let counter be 0. let the current item C be the first item in list L. while C == valid { if C matches I then increment counter set C to the next item in the list } return counter.


How do you paint your Neopet?

Here's a step-by-step walkthrough for this easy process.Find or buy a paintbrush. Depending on the type of brush, they can cost around 80,000 NP (Neopoints). The brushes that are more rare (e.g. royal, baby, pirate, electric) will go for millions of NP on trade.Once you have a paintbrush go to the Shops page, and then the Rainbow Pool.Scroll to the bottom of the page. Underneath the picture of your neopet, click the dropdown list button. Select the paintbrush, then hit "Paint!"


How can you get exp share off a Pokemon?

If you don't want a pokemon to hold an item anymore go into the Pokemon menu and then highlight your pokemon. Press the A button to bring up several options. One of them will be Item, select it with the A button and two more options will appear Give and Take. Choose Take and you will remove the item from the pokemon.


How to make screenshot in netbeans?

go to new file & click on it . Then select SWING GUI FORMS from the list. As you select swing then you will get JFRAME FORM. you can create whatever you want in this i.e. addition of two numbers n many more