Hi all
In aptana Studio 3 I don't find useful CTRL+L -> 1 for 'hash pointer' and CTRL+L -> 2 for 'go to line' and I would like to get rid of the first one and easily go to line with CTRL+L and that's it. Anybody knows how to do it? - Thanks
customize shortcuts: remove 'hash pointer' and have only 'go to line' on CTRL+L
752 views Asked by ecoologic At
1
There are 1 answers
Related Questions in KEYBOARD-SHORTCUTS
- How can I manually add a keyboard shortcut to a Shortcut Action Service directly via the system files, without going through the System Prefs GUI?
- Ctrl+' for copying from previous record in MS Access not working bilingual in Access 2016
- remap keyboard in Linux like macos (left alt + l = @)
- In visual studio how can I prevent switching to the last grouped docked tab window when typing the end key
- How to jump to a div using keyboard shortcuts?
- How to select the open option while opeing a folder in vscode
- How do I open the MDN Reference link using keyboard shortcuts in Vscode?
- How to accept only the next word with github copilot suggestion in Rstudio?
- is on keyboard one side alt is more prominent than other side while using them in shortcut keys
- Custom Keyboard Shortcuts in Flutter for returning an independent widget
- Visual Studio Key Bindings - Have the same Key Binding do different Tasks with each Subsequent Press
- how to set ctrl+space for android studio in mac os?
- VSCode Ctrl+/ will not comment out code file with mixed language as in a PHP file (HTML & PHP)
- Accessibility: Keyboard navigation to dynamic header element from individual rows
- Check if "shortcut" key is pressed on action event
Related Questions in APTANA
- Eclipse 2021-12 & Aptana Studio 3 Conflict
- Unable to run Aptana Studio 3 on Big Sur
- Unable to install Aptana Studio 3 on Eclipse jee-2020-03
- Aptana Studio not running anymore on Mac
- Multiple Java JDK versions, Aptana Studio 3, Mac OS
- Why do I get a run error from Aptana on Ubuntu 20.04
- Aptana 3 error on Catalina - legacy Java Runtime 6 required
- How do I configure Aptana 3 to run my Rails server in debug mode so it stops on breakpoints?
- How do I set the proper Ruby version for use with my Rails 5 project in Aptana 3?
- How do I configure Aptana 3 IDE to run rspec tests for my Rails project?
- How do I create a Rails run configuration on Aptana Studio 3?
- How do I configure a Rails server in Aptana Studio 3?
- How do I launch my Rails server in debug mode in Aptana Studio 3?
- Aptana Studio 3 won't launch. It's only seeing java 1.6 not 1.8
- Problem with "Syntax error: unexpected token 'let'
Related Questions in RADRAILS
- Getting this error when installing gems in aptana
- Ruby and activerecord-oracle_enhanced-adapter
- Starting server in rails app dont lead me on the root page. Prototyp.js error occurs in console
- Can't install RadRails on Eclipse Luna 4.4.2
- Unable to use GEM_HOME in radrails
- installing RadRails, "no tty present and no askpass program specified"
- Debug rails project in RadRadils
- Aptana Studio 3 - Running on Server (Doesn't Work for Some Projects)
- How can I switch new opened tab for watching test execution
- Watir command to attach browser window does not work in radrails ide
- What are these weird boxes in Eclipse/Aptana Studio
- Aptana RadRails with Eclipse > 3.5 exceptions
- Running debug server with bundle exec in aptana
- Ruby Debugging with Pow and Aptana (Eclipse)
- Getting a dependency error when installing RadRails
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
That's because the Hash Pointer ruby bundle command has a conflicting keybinding. You can go to Commands > Ruby > Edit this Bundle to grab down a copy of the bundle to your documents folder, then edit the ruby.ruble/commands/hash_pointer.rb file to change the keybinding.
But the issue you raise is important, on non-Mac systems Ctrl+L is the shortcut for go to line which is something we shouldn't conflict with. I can easily change it to something else for Win/Linux for everyone at the source. Here's a Lighthouse ticket to track that fix: https://aptana.lighthouseapp.com/projects/35272-studio/tickets/2402-ruby-command-hash-pointer-keybinding-conflicts-with-go-to-line-on-non-mac-oses