Skip to main content
3 votes
2 answers
89 views

I am trying to get an element, and element's fontSize property and update the size with keypresses. I press the up'ArrowUp' and down 'ArrowDown' but nothing happens, the fontSize property does not ...
Buzzanags's user avatar
0 votes
1 answer
120 views

I am trying to use mat-autocomplete with large data. For the large data aspect im using a cdk-virtual-scroll-viewport with mat-autocomplete. Everything works except the Arrow-Key Navigation. <mat-...
Fabian's user avatar
  • 3
1 vote
0 answers
21 views

_getPluginListItemsDefinitons() { const editor = this.editor; const locale = editor.locale; this._dropdown = createDropdown(locale); this._commandItems = []; ...
Rubasri 's user avatar
0 votes
0 answers
54 views

I am using a FormKit form with a FormKit taglist component and the :allow-new-values="true" option. Here's the issue I'm facing: When the input field is empty and I start typing, I can use ...
Igal Vilensky's user avatar
2 votes
1 answer
157 views

I am writing a text editor in the C programming language, and I am stuck on how to allow the user to move around in the console window using the arrow keys. Here is my code: // EDIT LOOP void ...
ShizamDaGeek's user avatar
-10 votes
1 answer
716 views

In Microsoft Edge, holding the arrow down key on any web page scrolls the page down at an incredibly fast speed. Although Edge is Chromium-based, Google Chrome is not affected by this. Here is an ...
Danny Beckett's user avatar
0 votes
0 answers
69 views

The following keybindings are working fine on Windows, but don't execute the bound code on Mac. Are the keybindings different between Windows, Mac and Linux? self._kw.keyboard_win.bind("&...
Ed S's user avatar
  • 93
0 votes
1 answer
46 views

# After writing the function I am stuck on how to call the function. > window.addEventListener("keydown",function(e){ if ((e.keycode==37)||(e.keycode==39)){ myFunction(e.key); > ...
TiredEGG's user avatar
0 votes
1 answer
158 views

On a webpage, certain keyboard keys will control the scrolling of the webpage such like spacebar, arrowup, arrowdown. I intend to prevent the user from scrolling with these keys when an overlay ...
Eager to Learn's user avatar
1 vote
1 answer
294 views

I have a combo box that shows a list of options as you type in it, however when I try to navigate through the list using the keyboard arrow keys, it selects the first option and removes the other ...
HAMID ALGHURABI's user avatar
1 vote
1 answer
60 views

i have a filter dropdown that has a search button, button activates if there is no item on the list however the dropdown has multiple items in a line so what i want is to be able to navigate between ...
prixr's user avatar
  • 11
0 votes
0 answers
44 views

I'm currently working on a web application that has a menu system with submenus. I'm trying to implement arrow key functionality where the right arrow key should open a submenu, and the active class ...
Krish Patel's user avatar
0 votes
1 answer
2k views

I need to remove the arrow of the select tag, so I follow an example on Tailwind CSS: https://v1.tailwindcss.com/docs/appearance I checked the link to tailwind.min.css already, but it still not work. ...
Peter Phan's user avatar
-2 votes
1 answer
46 views

I want to make a pong game using HTML, CSS and javascript. I started with making a player and I got it to move using the arrow keys but it can go outside the screen which creates the sidebar. I want ...
kika's user avatar
  • 1
0 votes
0 answers
88 views

i can't understand how can i read the down arrow input in assembly. I need this input to pass to the next string. i checked the register ebx and ecx and inside of them there are different values. i ...
Not_Smart's user avatar

15 30 50 per page
1
2 3 4 5
25