Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/terminal.py
Commit message (Collapse)AuthorAgeFilesLines
* erasing commented code for become-root buttonRafael Ortiz2012-06-201-12/+0
|
* erasing become-root buttonRafael Ortiz2012-06-201-9/+9
|
* Prevent Sugar capture <Ctrl>z and <Ctrl>q send them to vte SL #3222 OLPC #11836Manuel Quiñones2012-05-101-4/+19
| | | | | | | | | | | | | | Used the same approach than the solution for the Escape capture when the activity is fullscreen mode. Refactored the method to allow this keystrokes. This fixes http://dev.laptop.org/ticket/11836 and http://bugs.sugarlabs.org/ticket/3222 . Signed-off-by: Manuel Quiñones <manuq@laptop.org> Reviewed-by: James Cameron <quozl@laptop.org> Tested-by: James Cameron <quozl@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Revert "Used the same approach than the solution for the Escape"Rafael Ortiz2012-05-101-19/+4
| | | | This reverts commit 2ee6c30ff5d98e381f5eef6caa5bb1c73cd6a035.
* Used the same approach than the solution for the EscapeRafael Ortiz2012-05-101-4/+19
| | | | | | | | | capture when the activity is fullscreen mode. Refactored the method to allow these keystrokes. It prevents sugar to capture-Ctrl-z-and-Ctrl-q and send them to vte This fixes http://dev.laptop.org/ticket/11836 and http://bugs.sugarlabs.org/ticket/3222 .
* pep8 syntax fixedManuel Kaufmann2012-03-261-1/+1
| | | | | | Removed trailing spaces and added one more space before the inline comment Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Avoid Escape key disable fullscreen modeManuel Kaufmann2012-03-261-0/+5
| | | | | | | | | | | | This commit disconnect the __key_press_cb callback used in sugar.graphics.window.Window to handle the Key Press event and connect a new __key_press_cb callback (inside TerminalActivity) to manage the Escape key properly and send this key to the vte module (Virtual Terminal) This solves ticket: #440 - http://bugs.sugarlabs.org/ticket/440 Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Terminal: zoom shortcuts fix and set standard zoom stepManuel Quiñones2011-09-021-3/+3
| | | | | | | Thanks for Simon Schampijer for let me spot this issue. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
*